Macros§
- impl_
packet - A macro to easily implement Packet.
Structs§
- Client
Connection - A connection to a client.
- Client
Listener - Used to listen for incoming ClientConnections.
- Client
Network Plugin - A Plugin for client networking.
- Packet
Event - An event for received Packets on the server.
- Server
Connection - A connection to a server.
- Server
Network Plugin - A Plugin for server networking.
Traits§
- AppClient
Network - An extention trait to easily register a Packet to the client.
- AppServer
Network - An extention trait to easily register a Packet to the server.
- Packet
- A Packet that can be sent over the network.