1 unstable release
0.1.0 | May 28, 2019 |
---|
#2456 in Encoding
2,821 downloads per month
Used in 2 crates
27KB
827 lines
varbincode
varbincode is a binary serialization format that uses variable length encoding for integer values, which typically results in reduced size of the encoded data.
It is losely based on the bincode
crate which is offered under an MIT license
(same as the wezterm crate from which varbincode
originates) and is Copyright
2014 Ty Overby.
lib.rs
:
varbincode is a binary serialization format that uses variable length encoding for integer values, which typically results in reduced size of the encoded data.
Dependencies
~210–475KB