Crate maxminddb

source ·

Modules

Structs

A reader for the MaxMind DB format using a Vec<u8> internally to hold a complete copy of the database.
A reader for the MaxMind DB format. The lifetime 'data is tied to the lifetime of the underlying buffer holding the contents of the database file.

Enums

Type Definitions

A type definition substituting OwnedReader<'data> with OwnedReaderFile<'data>, used if the feature mmap is not active.