Plecra
Plecra
#602 certainly looks interesting to me! I'll have to find time to read through the code and see if I'm equipped to help here 😁
Just a small note that `DynamicEndian` would mirror the endianness handling we have now, for cases where a library wants to leave the endianness up to their users (probably for...
Oh another nice extension that would be quite nice to add to the api would be allowing `#[with(LittleEndian)]` on types containing `#[with(DynamicEndian)]`, so that we can still use the declarative...
Following more discussion in the Discord server, here's a design I think suits us best: ## Implement the traits for `rend::{LittleEndian, BigEndian} ` This enables type authors to declaratively fix...
Hi! Id like this feature for a new guild I'm putting together. Id like to run a few things by you abt my implementation: - it'll be designed to be...
Could this be added and gated on rust 1.51? That'd maintain backwards compatibility without any problem
Could this be implemented as an attribute within the win32metadata? "This function is sound to call with any arguments/environment, requiring only the parameters satisfy the listed types"
The docs are a bit too sparse for me to tell, so I hope this question is alright :) Is the `draw` function the only output method at the moment?...
I see, thanks! I understand a bit more now. So `swash` is giving us textures for each glyph, which `draw` then enumerates. Would it be reasonable to experiment with putting...
I don't think this is the responsibility of the library. Input data could be in any number of container formats, and I wouldn't expect the library to be able to...