pub fn prepend_len(data: &[u8]) -> Vec<u8> ⓘ
Prepend the LEB128-encoded length of data to data.
data
Returns len(data) || data where len() uses unsigned LEB128.
len(data) || data
len()