ping 0.7.0

Simple and naive ping implementation in Rust.
Documentation
[dependencies.rand]
version = ">=0.8, <=0.9"

[dependencies.socket2]
features = ["all"]
version = "0.6"

[dependencies.thiserror]
version = ">=1.0, <=2.1"

[dev-dependencies.libc]
version = "0.2"

[lib]
name = "ping"
path = "src/lib.rs"

[package]
authors = ["AN Long <aisk1988@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "os"]
description = "Simple and naive ping implementation in Rust."
edition = "2024"
keywords = ["ping", "system", "ICMP"]
license = "MIT"
name = "ping"
readme = "README.md"
repository = "https://github.com/aisk/rust-ping"
version = "0.7.0"

[[test]]
name = "tests"
path = "tests/tests.rs"