Crates.io | network-metrics |
lib.rs | network-metrics |
version | 0.0.1 |
source | src |
created_at | 2024-10-14 13:13:14.387469 |
updated_at | 2024-10-14 13:13:14.387469 |
description | Measure network metrics |
homepage | |
repository | https://github.com/piot/network-metrics |
max_upload_size | |
id | 1408290 |
size | 7,137 |
Welcome to the Network Metrics crate! This library provides a simple and efficient way to track and analyze network metrics, including datagrams and octets per second, in real-time. Whether you are building a game server, a network monitoring tool, or any application that requires network performance insights, this crate has you covered! 🚀
Add the following line to your Cargo.toml
file:
[dependencies]
network-metrics = "0.0.1"