Crates.io | ipstruct |
lib.rs | ipstruct |
version | 0.2.0 |
source | src |
created_at | 2024-03-30 14:57:55.515682 |
updated_at | 2024-04-14 14:25:58.186474 |
description | Rust client library for the IPStruct |
homepage | |
repository | https://github.com/shellrow/ipstruct-rs |
max_upload_size | |
id | 1191147 |
size | 59,611 |
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.
Add ipstruct
to your dependencies
[dependencies]
ipstruct = "0.2.0"