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
12
pub(crate) mod length;
pub(crate) mod func;
pub(crate) mod number;
pub(crate) mod value;
pub(crate) mod string;
pub(crate) mod element;

#[cfg(feature="async_tokio")]
pub(crate) mod async_;

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