varbincode

Crates.iovarbincode
lib.rsvarbincode
version0.1.0
sourcesrc
created_at2019-05-28 02:41:08.647714
updated_at2019-05-28 02:41:08.647714
descriptionA binary encoder / decoder with variable length integer encoding implementation in Rust.
homepage
repositoryhttps://github.com/wez/varbincode
max_upload_size
id137436
size27,600
Wez Furlong (wez)

documentation

https://docs.rs/varbincode

README

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.

Commit count: 2

cargo fmt