encode

Function encode 

Source
pub fn encode<T: Encode>(value: T) -> Vec<u8> 
Available on crate feature cbor only.
Expand description

encode attempts to encode a generic Rust value to CBOR using the tiny, strict subset of types permitted by this package.