[![](https://img.shields.io/crates/v/async-icmp.svg)](https://crates.io/crates/async-icmp) [![Docs](https://docs.rs/async-icmp/badge.svg)](https://docs.rs/async-icmp) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) An unprivileged async ICMP library. See the docs for how to use it. # Other related projects These projects make different tradeoffs and API decisions, and while they didn't meet my needs, they may be of interest. - [surge-ping](https://crates.io/crates/surge-ping) - [tokio-icmp-echo](https://crates.io/crates/tokio-icmp-echo) - [ping-async](https://crates.io/crates/ping-async) - [trippy](https://crates.io/crates/trippy)