Expand description
A prelude for compressed-intvec
.
This prelude is automatically imported when you use use compressed-intvec::prelude::*;
.
It exports all the most common types and traits.
Re-exports§
pub use crate::fixed::atomic::AtomicFixedVec;
pub use crate::fixed::atomic::SAtomicFixedVec;
pub use crate::fixed::atomic::UAtomicFixedVec;
pub use crate::fixed::builder::FixedVecBuilder;
pub use crate::fixed::builder::FixedVecFromIterBuilder;
pub use crate::fixed::iter::FixedVecIntoIter;
pub use crate::fixed::iter::FixedVecIter;
pub use crate::fixed::traits::Storable as FixedStorable;
pub use crate::fixed::traits::Word;
pub use crate::fixed::BEFixedVec;
pub use crate::fixed::BESFixedVec;
pub use crate::fixed::BitWidth;
pub use crate::fixed::Error as FixedVecError;
pub use crate::fixed::FixedVec;
pub use crate::fixed::LEFixedVec;
pub use crate::fixed::LESFixedVec;
pub use crate::fixed::SFixedVec;
pub use crate::fixed::UFixedVec;
pub use crate::variable::builder::IntVecBuilder;
pub use crate::variable::builder::IntVecFromIterBuilder;
pub use crate::variable::codec::VariableCodecSpec;
pub use crate::variable::reader::IntVecReader;
pub use crate::variable::seq_reader::IntVecSeqReader;
pub use crate::variable::slice::IntVecSlice;
pub use crate::variable::traits::Storable as VariableStorable;
pub use crate::variable::BEIntVec;
pub use crate::variable::BESIntVec;
pub use crate::variable::IntVec;
pub use crate::variable::IntVecError;
pub use crate::variable::LEIntVec;
pub use crate::variable::LESIntVec;
pub use crate::variable::SIntVec;
pub use crate::variable::UIntVec;