ping-fox 0.1.0

A ping (ICMP) library - simple to use and no root or setuid required.
Documentation
1
2
3
use std::error::Error;

pub type GenericError = Box<dyn Error + Send + Sync + 'static>;