/*
* SPDX-FileCopyrightText: 2023 Inria
* SPDX-FileCopyrightText: 2023 Sebastiano Vigna
*
* SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
*/
//! Structures for [bit vectors](`mod@bit_vec`) and [vectors of bit fields of
//! fixed width](`mod@bit_field_vec`).
pub use *;
pub use *;
pub use cratebit_field_vec;
pub use cratebit_vec;