brec 0.6.0

A flexible binary format for storing and streaming structured data as packets with CRC protection and recoverability from corruption. Built for extensibility and robustness.
Documentation
1
2
3
4
5
6
7
mod props;
mod read;
mod write;

pub use props::*;
pub use read::*;
pub use write::*;