Expand description
Rust bindings for ENet
library, the reliable UDP networking library.
§Installation
Add the following to your Cargo.toml
file:
[dependencies]
enet-rs = "1.3.17"
§Full Examples
Full examples, detailing and explaining usage of the basic functionality of the library, can be found in the examples
directory.
Modules§
Macros§
- ENET_
BUFFER_ MAXIMUM - ENET_
DIFFERENCE - ENET_
HOST_ TO_ NET_ 16 - macro that converts host to net byte-order of a 16-bit value
- ENET_
HOST_ TO_ NET_ 32 - macro that converts host to net byte-order of a 32-bit value
- ENET_
MAX - utility.rs
- ENET_
MIN - ENET_
NET_ TO_ HOST_ 16 - macro that converts net to host byte-order of a 16-bit value
- ENET_
NET_ TO_ HOST_ 32 - macro that converts net to host byte-order of a 32-bit value
- ENET_
SOCKETSET_ ADD - ENET_
SOCKETSET_ CHECK - ENET_
SOCKETSET_ EMPTY - ENET_
SOCKETSET_ REMOVE - ENET_
TIME_ DIFFERENCE - ENET_
TIME_ GREATER - ENET_
TIME_ GREATER_ EQUAL - ENET_
TIME_ LESS - ENET_
TIME_ LESS_ EQUAL - ENET_
TIME_ OVERFLOW - time.rs
- ENET_
VERSION - ENET_
VERSION_ CREATE - ENET_
VERSION_ GET_ MAJOR - ENET_
VERSION_ GET_ MINOR - ENET_
VERSION_ GET_ PATCH - enet_
list_ back - enet_
list_ begin - enet_
list_ empty - enet_
list_ end - enet_
list_ front - enet_
list_ next - enet_
list_ previous