Crate bevnet

Crate bevnet 

Source

Macros§

impl_packet
A macro to easily implement Packet.

Structs§

ClientConnection
A connection to a client.
ClientListener
Used to listen for incoming ClientConnections.
ClientNetworkPlugin
A Plugin for client networking.
PacketEvent
An event for received Packets on the server.
ServerConnection
A connection to a server.
ServerNetworkPlugin
A Plugin for server networking.

Traits§

AppClientNetwork
An extention trait to easily register a Packet to the client.
AppServerNetwork
An extention trait to easily register a Packet to the server.
Packet
A Packet that can be sent over the network.