Skip to main content

encode_frame

Function encode_frame 

Source
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.