[][src]Constant spinifex_unsigned_varint::uvarint::BITS_PER_BYTE

pub const BITS_PER_BYTE: usize = 8;

Number of bits in a byte.

This type largely exists to avoid magic numbers littering the codebase.