TimelyDataflow / abomonation

A mortifying serialization library for Rust
MIT License
317 stars 30 forks source link

Move macro_rules [T; N] definitions to const min [T; N]. #38

Open ZaneHannanAU opened 3 years ago

ZaneHannanAU commented 3 years ago

This PR replaces the macro_rules macro for generating array lengths with a compiler const N value. Builds off of ZaneHannanAU/abomonation/fmt - so diff is excessive, unfortunately.