Expand description
Modules§
- offline
- Offline packets are packets that are sent before a connection is established. In rak-rs, these packets consist of:
- online
- Online packets are packets that are sent when the client is connected to the server and are used to keep the connection alive, and to send game packets to the server.
Enums§
- RakPacket
- A wrapper or helper for both online and offline packets.
This allows for a single type to be read with
Reader
and written withWriter
, traits provided bybinary_util
.