ipinfodb-rs:ipinfodb API的Rust包装器

时间:2024-06-06 14:33:56
【文件属性】:

文件名称:ipinfodb-rs:ipinfodb API的Rust包装器

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-06 14:33:56

Rust

ipinfodb-rs ipinfodb API的Rust包装器。 用法 extern crate ipinfodb; // query for current ip ipinfodb :: query ( "YOUR_API_TOKEN" , None ); // or you can specify ip to check geolocation for ipinfodb :: query ( "YOUR_API_TOKEN" , Some ( "8.8.8.8" . parse ()?)); 执照 麻省理工/Apache-2.0


【文件预览】:
ipinfodb-rs-master
----LICENSE-MIT(1023B)
----Cargo.toml(398B)
----src()
--------lib.rs(2KB)
----LICENSE-APACHE(11KB)
----README.md(295B)
----.gitignore(31B)

网友评论