# rusty-ping A replacement for [prettyping](https://github.com/denilsonsa/prettyping). A basic ping utility that tries to be visual, with no external dependencies. ## Install ```shell $ git clone https://github.com/ache/git/rusty-ping.git $ cd rusty-ping $ cargo install --path . ``` ## Usage ```shell $ cargo run -- ``` or after installation: ```shell $ rusty-ping ``` ## Technical Notes - `clap` to parse args - `tokio` for `mpsc` - `icmp` crates for the ping - Rust 2024 edition _Still WIP_