GeoIP2 Reader for Rust

This library reads MaxMind GeoIP2 databases

[![Build Status](https://github.com/cristalhq/base64/workflows/build/badge.svg)](https://github.com/IncSW/geoip2/actions) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) ![Downloads](https://img.shields.io/crates/d/geoip2.svg) [![crates.io](https://img.shields.io/crates/v/geoip2?label=latest)](https://crates.io/crates/geoip2) [![Documentation](https://docs.rs/geoip2/badge.svg?version=0.1.2)](https://docs.rs/geoip2/0.1.2) [![Dependency Status](https://deps.rs/crate/geoip2/0.1.2/status.svg)](https://deps.rs/crate/geoip2/0.1.2)

Usage

toml [dependencies] geoip2 = "0.1.2"

See examples/lookup.rs for a basic example.

Performance

cargo 1.56.0-nightly, Intel i7-7700, Debian 9.1

IncSW/geoip2-rs

city 1,139 ns/iter (+/- 47) country 549 ns/iter (+/- 20)

oschwald/maxminddb-rust

city 4,224 ns/iter (+/- 153) country 2,270 ns/iter (+/- 158)

License

MIT License.