maxminddb-rust icon indicating copy to clipboard operation
maxminddb-rust copied to clipboard

Rust MaxMind DB Reader

Results 3 maxminddb-rust issues
Sort by recently updated
recently updated
newest added

this add a feature called: schema this optional feature add to each structure a : derive(JsonSchema). This comes from the schemars crate. A client using the maxminddb-rust crate is then...

The `Reader::open_mmap` function is declared as a safe function that internally opens a file and calls `MmapOptions::new().map(&file)`. The docs for `MmapOptions` say: > All file-backed memory map constructors are marked...

I'm not sure how db works, but at first glance, `AddressNotFoundError` seems to relate to a request issue, while other variants to configuration. Or I'm wrong and it only reacts...