pub fn take_from_bytes_u64<'a, T>(
    s: &'a [u8],
    digest: Digest<'a, u64>
) -> Result<(T, &'a [u8])>where
    T: Deserialize<'a>,
Available on crate feature use-crc only.
Expand description

Deserialize a message of type T from a byte slice with a Crc. The unused portion (if any) of the byte slice is returned for further usage