enet-cs-sys

Crates.ioenet-cs-sys
lib.rsenet-cs-sys
version0.1.1
sourcesrc
created_at2023-02-20 08:55:40.81079
updated_at2023-02-25 17:31:33.514956
descriptionRust 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.
homepage
repositoryhttps://github.com/Kalkatral/enet-cs-sys.git
max_upload_size
id789607
size324,811
Potassium-Shot (potassium-shot)

documentation

README

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.

Commit count: 12

cargo fmt