pub fn frame_encode(payload: &[u8]) -> Result<Vec<u8>, DecodeError>Expand description
Frame payload as [len: u32 LE][payload]. Errors when the payload
exceeds MAX_FRAME_BYTES.
pub fn frame_encode(payload: &[u8]) -> Result<Vec<u8>, DecodeError>Frame payload as [len: u32 LE][payload]. Errors when the payload
exceeds MAX_FRAME_BYTES.