5 releases
0.2.0 | Oct 27, 2021 |
---|---|
0.1.3 | Apr 26, 2021 |
0.1.2 | Apr 26, 2021 |
0.1.1 | Jan 13, 2021 |
0.1.0 | Jan 12, 2021 |
#2369 in Encoding
7KB
117 lines
Rug-BinSerial
Rug currently serializes integers as hexadecimal strings. This leads to a 2x overhead when using e.g. bincode.
This crate allows converting to/from a struct which is serialized as a vector of bytes. That's it.
Dependencies
~3.5MB
~69K SLoC