ping-fox 0.1.0

A ping (ICMP) library - simple to use and no root or setuid required.
Documentation
1
2
3
use crate::details::GenericError;

pub type PingResult<T> = std::result::Result<T, GenericError>;