Expand description
Rust interface for the ENet reliable UDP library
Re-exports§
pub use self::address::Address;pub use self::event::Event;pub use self::host::Host;pub use self::packet::Packet;pub use self::peer::Peer;pub use self::version::Version;
Modules§
Structs§
- Enet
- The initialized ENet context.
Enums§
- Error
- ENet context errors
Constants§
- MAX_
CHANNEL_ COUNT - (255)
- MAX_
PEERS - (4096)
Functions§
- initialize
- Initialize the ENet context.
- linked_
version - Safe to call regardless of ENet initialization