tycho 0.1.2

A minimal, self-describing and traversable binary data format designed around rust and the serde data model.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod ident;
pub(crate) mod element;
pub(crate) mod encode;
pub mod value;
pub(crate) mod display;
pub(crate) mod decode;

#[cfg(feature="compression")]
pub mod compression;

mod internal;