Crates.io | librping |
lib.rs | librping |
version | 0.1.8 |
source | src |
created_at | 2021-03-02 16:32:09.420396 |
updated_at | 2023-01-31 12:35:38.991061 |
description | Fast Rust ping library |
homepage | https://github.com/toorajtaraz/librping/ |
repository | https://github.com/toorajtaraz/librping/ |
max_upload_size | |
id | 362779 |
size | 55,823 |
librping
provides simple yet powerful api for performing ping task.
This crate exports only needed functions and types for configuring and performing ping task.
Add the following to your Cargo.toml
:
[dependencies]
librping = "0.1.7"