//! The prelude for bit vectors.
//!//! The purpose of this module is to alleviate imports of many common traits for bit vectors.
//!//! ```
//! # #![allow(unused_imports)]
//! use sucds::bit_vectors::prelude::*;
//! ```
pubusecrate::bit_vectors::{Access, Build, NumBits, Rank, Select};