From f5cd5329e89ec547aedf3d27975519e1c79af42b Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 4 Aug 2026 10:05:42 +0200 Subject: Add project description --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..76798b1 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# 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_ -- cgit v1.3-2-g11bf