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
pub(crate) mod reader;
pub(crate) mod element;
pub(crate) mod container;
pub(crate) mod types;