librping 0.1.3

Fast Rust ping library
Documentation
# librping

[![Latest Version]][crates.io] [![Documentation]][docs.rs] ![License]

`librping` provides simple yet powerful api for performing ping task.

This crate exports only needed functions and types for configuring and performing ping task.

## Usage

Add the following to your `Cargo.toml`:

```toml
[dependencies]
librping = "0.1.3"
```
## License

[GNU GENERAL PUBLIC LICENSE, Version 3.0](http://www.gnu.org/licenses/gpl-3.0.html)
  ([LICENSE-GPLV3](https://github.com/toorajtaraz/librping/blob/master/LICENSE))



[crates.io]: https://crates.io/crates/librping
[Latest Version]: https://img.shields.io/crates/v/librping.svg
[Documentation]: https://docs.rs/librping/badge.svg
[docs.rs]: https://docs.rs/librping
[License]: https://img.shields.io/crates/l/librping.svg
[docs.master]: https://rust-lang.github.io/librping