mod error;
mod ip_value;
mod searcher;
pub use ip_value::IpValueExt;
pub use searcher::{CachePolicy, Searcher};