tcping 1.0.0

A tool for testing native-to-target port latency, using Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.clap]
features = ["derive"]
version = "4.4.16"

[dependencies.ctrlc]
version = "3.4.2"

[package]
authors = ["lvillis<lvillis@outlook.com>"]
description = "A tool for testing native-to-target port latency, using Rust."
documentation = "https://github.com/lvillis/tcping-rs/README.md"
edition = "2021"
homepage = "https://github.com/lvillis/tcping-rs"
license = "MIT"
name = "tcping"
readme = "README.md"
repository = "https://github.com/lvillis/tcping-rs"
version = "1.0.0"