pingall 0.2.0

Ping everything you can reach.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.nix]
version = "0.22"

[dependencies.structopt]
version = "0.3"

[dependencies.tokio]
features = ["macros", "process", "rt"]
version = "1"

[package]
description = "Ping everything you can reach."
edition = "2018"
license = "GPL-3.0-or-later"
name = "pingall"
version = "0.2.0"