Module bitvec::prelude::base[][src]

Expand description

The base symbols, containing only the minimum needed to use the crate.

Re-exports

pub use super::macros::*;
pub use super::trait_methods::*;
pub use crate::array::BitArray;
pub use crate::order::LocalBits;
pub use crate::order::Lsb0;
pub use crate::order::Msb0;
pub use crate::slice::BitSlice;
pub use crate::boxed::BitBox;
pub use crate::vec::BitVec;