Crate enet_rs[−][src]
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
macro that converts host to net byte-order of a 16-bit value
macro that converts host to net byte-order of a 32-bit value
utility.rs
macro that converts net to host byte-order of a 16-bit value
macro that converts net to host byte-order of a 32-bit value
time.rs