net-kit 0.1.2

Cross-platform network reachability monitoring with a single Net facade and Tokio runtime support.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod inner;
pub mod ip_stack;
pub mod net;
pub mod net_error;
pub mod network_status;

pub use ip_stack::IpStack;
pub use net::{LogListener, Net, NetworkStatusListener, NetworkStatusListenerHandle};
pub use net_error::NetError;
pub use network_status::NetworkStatus;