Function dochy_compaction::enc_dec::decode::decode[][src]

pub fn decode<R: Read>(read: &mut R) -> Result<(Vec<KVal>, usize)>
Expand description

Decode the bytes to KVals and return them with bytes_read.