mping 0.4.2

an easy to use ping library, supports single target and multiple targets, has high throughput.
Documentation
1
2
3
4
5
pub mod ping;
pub mod stat;

pub use ping::*;
pub use stat::*;