Rust low level bindings for the ENet-CSharp library, which is a independent ENet implementation with a modified protocol for C, C++, C#, and other languages.
Features, as defined in the original repository:
- Lightweight and straightforward
- Low resource consumption
- Dual-stack IPv4/IPv6 support
- Connection management
- Sequencing
- Channels
- Reliability
- Fragmentation and reassembly
- Aggregation
- Adaptability
- Portability
Original repository: https://github.com/nxrighthere/ENet-CSharp
Checkout the examples, the crate actually works very similarly to the enet-sys crate.