Docs.rs
zser-0.0.1
zser 0.0.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tarcieri
Dependencies
byteorder ^0.5
normal
error-chain ^0.10
normal
data-encoding ^2.0.0-rc.1
dev
leb128 ^0
dev
serde_json ^1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zser
0.0.1
All Items
Crate Items
Re-exports
Modules
Crate
zser
Copy item path
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