GabrielDertoni

Results 13 comments of GabrielDertoni

I would like to see how this does after #161 gets merged. Maybe the 1.84s of rayon comp time will already make it not worth it.

Yes, well maybe there are some other ways to more significantly improve compilation speed. In particular in my measurements removing the `serde` reduces `mavlink` compilation time to ~1/3. If you...

Another way to significantly improve developer experience for this crate is using a separate crate for codegen, and letting it run `build/parse.rs` and including the generated code. This way, developers...