adwhit

Results 5 issues of adwhit

I think compiletest can be used to check e.g. that the derive will fail if the enum is not fieldless

At the moment, the code assumes that when we read to the buffer from a reader, it either fills the buffer totally or fills it to EOF. However I believe...

Hi, thanks for the interesting library. Not sure if I'm misunderstanding this library, but I tried it out with the `MatButton` component, but couldn't figure out how to add a...

Seems like development on this library has stalled. Not a big deal, it's open-source, it happens sometimes. However I think this is the most comprehensive Rust twitter library on `crates.io`,...

Hi, thanks for the crate and feel free to close if out of scope. This crate fails when dealing with circular references. Example: ```rust #[derive(TypeDef)] enum SelfRef { One(u32), Many(Vec),...