nimble-layer

Crates.ionimble-layer
lib.rsnimble-layer
version0.0.17-dev
sourcesrc
created_at2024-10-16 10:04:21.500781
updated_at2024-10-24 10:27:36.524257
descriptionNimble Layer
homepage
repositoryhttps://github.com/nimble-rust/nimble
max_upload_size
id1411603
size11,507
Peter Bjorklund (piot)

documentation

README

Nimble Layer

Crates.io Documentation

Nimble Layer is a Rust crate that provides a networking layer for handling ordered datagrams with built-in latency measurement and metrics. It is designed to facilitate reliable communication by ensuring the order of datagrams and tracking performance metrics for datagram drops.

✨ Features

  • Ordered Datagram Handling: Ensures that datagrams are processed in the correct order (discards out of order and duplicated datagrams).
  • Datagram Drop Tracking: Monitors and records dropped datagrams to help identify network issues.

📦 Installation

Add nimble-layer to your Cargo.toml:

nimble-layer = "0.0.14-dev"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 151

cargo fmt