mitsuhiko / deser

Experimental rust serialization library
https://docs.rs/deser
Apache License 2.0
287 stars 8 forks source link

Reduce Binary Size #30

Open mitsuhiko opened 2 years ago

mitsuhiko commented 2 years ago

At the moment the design of the library causes quite excessive code bloat that still requires investigation. In any case it should be a goal to reduce this.

mitsuhiko commented 2 years ago

deser::ser::driver::SerializeDriver::advance seems very bloaty