Crate getip[−][src]
Expand description
Asynchronous library for retrieving IP address information
Modules
Implementations of Provider that receive global IP addresses from online services.
This is an asynchronous rewrite of dalance/gip.
Helper to receive the IP of the local machine.
Receive IP addresses of NICs with libc APIs.
Enums
Error type of IP retrieval methods.
Scope of the IP to be received.
Type of global address.
Traits
Any IP Provider.
Functions
Receive a IP address of family ip_type that has a scope of ip_scope on an interface named nic.
Type Definitions
A Result alias where the Err variant is getip::Error.