Crate zser

Source
Expand description

zser.rs: Implementation of the zcred serialization format

Re-exports§

pub use value::Value;

Modules§

decoder
Decodes a zser message into Zser::Value
errors
errors.rs: error types based on error-chain
parser
zser message parser
value
The Value enum: a loosely typed way of representing zser messages.
varint
Variable-width 64-bit little endian integers