flat_message 0.2.1

Zero-copy, schema-less serialization and deserialization fast library for Rust.
Documentation
1
2
3
4
5
pub const MAGIC_V1: u32 = u32::from_ne_bytes(*b"FLM\x01");
pub const FLAG_HAS_CHECKSUM: u8 = 0b0000_0100;
pub const FLAG_HAS_NAME_HASH: u8 = 0b0000_1000;
pub const FLAG_HAS_TIMESTAMP: u8 = 0b0001_0000;
pub const FLAG_HAS_UNIQUEID: u8 = 0b0010_0000;