1pub mod error; 2pub mod partition; 3pub mod roaring; 4 5// Re-export common types for convenience 6pub use error::{Error, Result};