pub fn encode_frame(frame: &PersistedFrame) -> Vec<u8> ⓘExpand description
Encode a PersistedFrame into a self-describing, checksummed byte buffer.
The CRC32C is computed over the fixed prefix and the payload bytes.
pub fn encode_frame(frame: &PersistedFrame) -> Vec<u8> ⓘEncode a PersistedFrame into a self-describing, checksummed byte buffer.
The CRC32C is computed over the fixed prefix and the payload bytes.