[][src]Module bitvec::prelude

bitvec Prelude

This collects the general public API into a single spot for inclusion, as use bitvec::prelude::*;, without polluting the root namespace of the crate.

Re-exports

pub use crate::bits;
pub use crate::fields::BitField;
pub use crate::order::BitOrder;
pub use crate::order::Local;
pub use crate::order::Lsb0;
pub use crate::order::Msb0;
pub use crate::slice::AsBits;
pub use crate::slice::BitSlice;
pub use crate::store::BitStore;
pub use crate::bitbox;
pub use crate::bitvec;
pub use crate::boxed::BitBox;
pub use crate::vec::BitVec;
pub use crate::cursor::*;