Crate netwatch

Source
Expand description

Networking related utilities

Modules§

interfaces
Contains helpers for looking up system network interfaces.
ip
IP address related utilities.
netmon
Monitoring of networking interfaces and route changes.

Structs§

UdpSocket
Wrapper around a tokio UDP socket.

Enums§

IpFamily
Ip family selection between Ipv4 and Ipv6.