5 releases

0.0.17-dev Oct 24, 2024
0.0.16 Oct 22, 2024
0.0.15-dev Oct 21, 2024
0.0.14-dev Oct 16, 2024

#2340 in Game dev

Download history 151/week @ 2024-10-14 576/week @ 2024-10-21 15/week @ 2024-10-28 13/week @ 2024-11-04

755 downloads per month
Used in 4 crates (2 directly)

MIT license

36KB
492 lines

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.

Dependencies

~190–290KB