speed-cli 1.0.0

Comprehensive multi-protocol network performance testing CLI (TCP, UDP, QUIC, HTTP/1.1, HTTP/2, h2c, HTTP/3)
1
2
3
4
5
6
7
# release-plz: automate version bumps, CHANGELOG, GitHub Releases, and crates.io
# publishing from Conventional Commits.
[workspace]
# Publish the crate to crates.io on release. `publish = true` is the default;
# it's kept explicit because the `release` job needs CARGO_REGISTRY_TOKEN set
# for the `cargo publish` step to succeed (see .github/workflows/release-plz.yml).
publish = true