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 decrypt;
mod encrypt;
mod policy;

pub use decrypt::DecryptOptions;
pub use encrypt::EncryptOptions;
pub use policy::CryptPolicy;