1
 2
 3
 4
 5
 6
 7
 8
 9
10
#![allow(clippy::integer_arithmetic)]
mod bucket;
mod bucket_item;
pub mod bucket_map;
mod bucket_stats;
mod bucket_storage;
mod index_entry;

pub type MaxSearch = u8;
pub type RefCount = u64;