文件名称:maxminddb-rust:Rust MaxMind数据库读取器
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-11 01:35:47
Rust
Rust MaxMind数据库读取器 该库读取MaxMind DB格式,包括GeoIP2和GeoLite2数据库。 建造 要构建一切: cargo build 测验 此板条箱在git子模块中管理其测试数据。 要运行测试,您首先需要运行以下命令。 git submodule update --init 用法 将此添加到您的Cargo.toml : [ dependencies ] maxminddb = " 0.17 " 这到你的板条箱根: extern crate maxminddb; API文档 API文档位于。 例子 有关基本示例,请参见 。 基准测试 这些项目包括使用基准。 首先,您需要拥有GeoIP City数据库的工作副本。 您可以从获取。 将其作为GeoIP2-City.mmdb放置在根文件夹中。 完成后,运行 cargo bench 如果安装了 ,则C
【文件预览】:
maxminddb-rust-main
----Cargo.toml(1019B)
----.github()
--------dependabot.yml(145B)
--------workflows()
----.gitmodules(89B)
----test-data()
----src()
--------maxminddb()
----examples()
--------lookup.rs(566B)
----LICENSE(772B)
----assets()
--------pdf_small.svg(22KB)
----README.md(2KB)
----.gitignore(44B)
----CHANGELOG.md(3KB)
----benches()
--------lookup.rs(2KB)