massping 0.2.0

ICMP ping library for sending batches of ICMP echo request packets and measuring the roundtrip time
Documentation
[dependencies.getrandom]
version = "0.2"

[dependencies.pnet_packet]
version = "0.29"

[dependencies.pnet_transport]
version = "0.29"

[dependencies.tokio]
features = ["macros", "rt", "sync"]
version = "1.14"

[package]
categories = ["network-programming"]
description = "ICMP ping library for sending batches of ICMP echo request packets and measuring the roundtrip time"
edition = "2021"
keywords = ["icmp", "ping"]
license = "MIT"
name = "massping"
readme = "README.md"
repository = "https://github.com/M4SS-Code/massping"
resolver = "2"
rust-version = "1.56"
version = "0.2.0"