tycho 0.1.0

A minimal, self-describing and traversable binary data format designed around rust and the serde data model.
Documentation

Tycho Binary Format

The tycho binary format is a minimal, self-describing and traversable data format designed around rust and the serde data model.

Features

  • partial - Partial Reading/Traversal
  • serde_support - Serde serialisation and deserialisation
  • serde_optimise - Serde structure optimisation (default)
  • async_tokio - Async reading support with tokio
  • compression - Compression (gzip)