mod array;
mod patch;
pub use array::BoolArrayExt;
pub use array::BoolData;
pub use array::BoolDataParts;
pub(crate) mod compute;
mod vtable;
pub use compute::rules::BoolMaskedValidityRule;
pub use vtable::Bool;
pub use vtable::BoolArray;
#[cfg(feature = "_test-harness")]
mod test_harness;