czdb-rs
czdb-rs is a simple and fast Rust library for parsing CZDB-format IP databases. It supports both IPv4 and IPv6 lookups and uses memory-mapped files (mmap) to keep memory usage low and speed up disk access. Perfect for quick IP geolocation queries with minimal overhead.
Note: The database file and key must be obtained from www.cz88.net.
Usage
let czdb = new.unwrap;
let ip = from_str.unwrap;
let region = czdb.search;
println!;