mod length;
mod packing;
mod ptr;
mod slice;
pub mod distances;
pub use length::{Dynamic, Length, Static};
pub use ptr::{AsMutPtr, AsPtr, MutSlicePtr, SlicePtr};
pub use slice::{
Binary, BitSlice, BitSliceBase, BitTranspose, BoxedBitSlice, ConstructionError, Dense,
EncodingError, GetError, IndexOutOfBounds, MutBitSlice, PermutationStrategy, Representation,
SetError, Unsigned,
};