Other items inrill_protocol::encoding
pub fn unpack<T, P>(v: T) -> Result<P, Error> where T: AsRef<[u8]>, P: for<'a> Deserialize<'a>,