ipstruct

Crates.ioipstruct
lib.rsipstruct
version0.2.0
sourcesrc
created_at2024-03-30 14:57:55.515682
updated_at2024-04-14 14:25:58.186474
descriptionRust client library for the IPStruct
homepage
repositoryhttps://github.com/shellrow/ipstruct-rs
max_upload_size
id1191147
size59,611
shellrow (shellrow)

documentation

README

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.

Commit count: 18

cargo fmt