Module compact

Module compact 

Source
Expand description

Number encoding and decoding

Re-exports§

pub use num::Numeric;
pub use vlen::decode;
pub use vlen::decode_from;
pub use vlen::encode;

Modules§

num
Number encoding and decoding
vlen
Length prefix encoding.

Functions§

deserialize
Deserialize compact number.
serialize
Serialize compact number.