//! Helpers for determining integer encoding at compile time.
use marker;
use crateNetworkEndian;
/// Type that indicates that the given numerical type should use variable-length
/// encoding.
/// A fixed-length integer encoding which encodes something to a little-endian
/// encoding.
/// A fixed-length encoding which encodes numbers to the width of `L` and the
/// endianness of `B`.