Function bitfield_rle::decoding_len_with_offset[][src]

pub fn decoding_len_with_offset(
    buf: &[u8],
    offset: usize
) -> Result<usize, Error>

Returns how many bytes a decoded bitfield will use at a specific offset.