Crate lozizol[][src]

Implementation of the lozizol protocol

See README.md for detailed description.

The crate is mostly intended to be used as a library. It also provides a CLI lozizol to play with the implemented features.

lozizol CLI

cargo install lozizol
lozizol help
lozizol help serialize
lozizol help serialize vuint

Modules

vuint

std::io::{Read, Write} positive, primitive Rust integers in the Big Endian Base 128 variable-length encoding without corrections for redundancy (not subtracting/adding one).