Improve documentation and tests.

This commit is contained in:
2025-08-11 17:29:47 +02:00
parent 77cd64dda5
commit 5e55df31ae
11 changed files with 1999 additions and 200 deletions
+17 -3
View File
@@ -4,11 +4,25 @@ version = "0.1.0"
edition = "2021"
rust-version = "1.70"
authors = ["Network Test Tool"]
description = "A comprehensive network connectivity and DNS testing CLI tool"
description = "A comprehensive network connectivity and DNS testing CLI tool with DoH support, MTU discovery, and security analysis"
license = "WTFPL"
repository = "https://github.com/example/nettest"
keywords = ["network", "dns", "testing", "connectivity", "cli"]
categories = ["command-line-utilities", "network-programming"]
homepage = "https://github.com/example/nettest"
documentation = "https://docs.rs/nettest"
readme = "README.md"
keywords = ["network", "dns", "testing", "connectivity", "doh"]
categories = ["command-line-utilities", "network-programming", "api-bindings"]
include = [
"src/**/*",
"Cargo.toml",
"README.md",
"LICENSE",
"CHANGELOG.md"
]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[bin]]
name = "nettest"