Skip to main content

encode_items

Function encode_items 

Source
pub fn encode_items<'a>(
    items: impl IntoIterator<Item = (u8, &'a [u8])>,
) -> Vec<u8> 
Expand description

Encode ordered TLV8 items, including repeated items separated by a zero-length Separator for /pairings list responses.