ipfyi 0.1.0

Rust client for the IPFYI API — https://ipfyi.com
Documentation
  • Coverage
  • 85%
    17 out of 20 items documented1 out of 20 items with examples
  • Size
  • Source code size: 50.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 59s Average build duration of successful builds.
  • all releases: 1m 59s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • fyipedia/ipfyi-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dobestan

ipfyi

crates.io License: MIT

Rust client for the IPFYI REST API. IP geolocation. Uses reqwest for HTTP.

Explore at ipfyi.com — interactive tools and comprehensive reference.

Install

[dependencies]
ipfyi = "0.1"

Quick Start

fn main() -> Result<(), Box<dyn std::error::Error>> {
    let client = ipfyi::Client::new();
    let result = client.search("query")?;
    println!("{:?}", result);
    Ok(())
}

Also Available

Platform Install Link
Python pip install ipfyi PyPI
npm npm install ipfyi npm
Go go get github.com/fyipedia/ipfyi-go pkg.go.dev
Rust cargo add ipfyi crates.io
Ruby gem install ipfyi rubygems

Links

Network FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
CableFYI cablefyi.com Submarine cables, connectors, standards
IPFYI ipfyi.com IP geolocation, ASN lookup, CIDR ranges
StatusCodeFYI statuscodefyi.com HTTP status codes, protocol references
TLDFYI tldfyi.com TLD registry, domain extensions, WHOIS

License

MIT