potassium-shot / enet-cs-sys

Rust low level bindings for ENet-CSharp the library, which is a independent ENet implementation with a modified protocol for C, C++, C#, and other languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enet-cs-sys

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.

About

Rust low level bindings for ENet-CSharp the library, which is a independent ENet implementation with a modified protocol for C, C++, C#, and other languages.

License:MIT License


Languages

Language:Rust 98.9%Language:C 1.1%