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