maxminddb-rust

Rust MaxMind DB Reader

ISC License

Downloads
4.7M
Stars
192
Committers
28

Bot releases are visible (Hide)

maxminddb-rust - 0.24.0 Latest Release

Published by oschwald 8 months ago

  • Added the is_anycast field to the Traits struct. Pull request
    by Skye. GitHub #73.
maxminddb-rust - 0.23.0

Published by oschwald over 2 years ago

  • Added lookup_prefix to return the prefix length for the network
    associated with the IP address. Pull request by Marek Vavruša.
    GitHub #26.
maxminddb-rust - 0.22.0

Published by oschwald over 2 years ago

  • A within method has been added to the reader to allow iterating
    over all records in the database. Pull request by Ross McFarland.
    Github #50.
  • Database structs in maxminddb::geoip2 have been updated. Most
    noticeably, an Enterprise struct has been added and the model
    module has been replaced by city and country modules. Also,
    several missing fields have been added.
  • Mmap is now re-exported for convenience. Pull request by zhuhaow.
    GitHub #54.
  • Upgraded memmap2 dependency.