winping

An easy-to-use ICMP Echo library for Windows. Does not require elevated permissions. Has async support.

Usage

To use in your own project, simply add winping = "0.1" to your dependencies in your Cargo.toml file.

Documentation: https://docs.rs/winping

Crate: https://crates.io/crates/winping

Contributions

Contributions of all kinds are welcome. File a GitHub issue if you find a bug or think something can be improved. If you wish to contribute code, please run cargo fmt and cargo clippy. You should probably also run cargo test.