maxminddb 0.1.1

Library for reading MaxMind DB format used by GeoIP2
docs.rs failed to build maxminddb-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: maxminddb-0.24.0

Rust MaxMind DB Reader

Build Status

This library reads the MaxMind DB format, including the GeoIP2 and GeoLite2 databases.

Rust Version Supported

This project tracks Rust master. Previous releases are not currently supported.

Building

To build everything:

make all check

Usage

Add this to your Cargo.toml:

[dependencies]
maxminddb = "0.1.1"

and this to your crate root:

extern crate maxminddb;

Example

See example/lookup.rs for a basic example.

Contributing

Contributions welcome! Please fork the repository and open a pull request with your changes.

License

This is free software, licensed under the Apache License, Version 2.0.