Skip to content

shellrow/ipstruct-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipstruct Crates.io License

Rust client library for accessing the ipstruct.com Web API. With this library, you can easily retrieve information related to public IP addresses. It supports both IPv4 and IPv6, and provides asynchronous and synchronous request capabilities.

Key Features

  • Retrieve information related to public IP addresses.
    • Public IP Address
    • Country
    • ASN
    • AS Name (ISP or network operator)
  • Supports both IPv4 and IPv6.
  • Provides asynchronous and synchronous request capabilities.
  • Proxy support with customizable options (default or user-specified).

Usage

Add ipstruct to your dependencies

[dependencies]
ipstruct = "0.2.0"

For more details, see examples or doc.

About

Rust client library for the IPStruct API (Free IP Info, Country, ASN, ISP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages