ping-command 0.1.0

Ping command helper functions for running a system's existing ping command, then parsing the round trip metrics, and handling errors.
Documentation
1
2
3
4
5
6
pub mod round_trip_statistics;
#[allow(unused_imports)]
use round_trip_statistics::RoundTripStatistics;

pub mod event;
pub mod events;