network-metrics 0.0.1

Measure network metrics
Documentation
# 📊 Network Metrics

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! 🚀

## Features ✨

- **Real-time Metrics**: Track incoming and outgoing datagrams and octets per second with minimal overhead.
- **Display Support**: Easily convert metrics to human-readable strings.
- **Customizable**: Adjust the update intervals and durations for metrics tracking.

## Installation

Add the following line to your `Cargo.toml` file:

```toml
[dependencies]
network-metrics = "0.0.1"
```