Expand description

The variable length integer types used in BinProt By default rust integer types are serialized using variable length integer. To force a specific type annotate a field with #[serde(with = "nat0")] or #[serde(with = “integer”)]` where nat0 and integer are the submodule exported from this module.

Modules

Implements serializer and deserializer for BinProt variable length integer
Implements serializer and deserializer for BinProt variable length natural integer (Nat0)