oping 0.1.0

Rust bindings for liboping, a simple ICMP ping library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
liboping bindings for Rust: simple ICMP pings
=============================================

This crate is a simple Rust binding for [liboping](http://noping.cc/), a
library that implements basic ICMP ping functionality. These bindings allow a
Rust program to send ping packets (possibly to multiple hosts in parallel) and
enumerate the responses.

This crate also includes a very simple program `rustping` that uses the
bindings to implement a barebones command-line ping utility.

This crate was written by Chris Fallin <cfallin@c1f.net> and is released
under the MIT license.