Skip to main content

Crate curseofrust_msg

Crate curseofrust_msg 

Source
Expand description

Curseofwar messaging protocol implementation.

Re-exports§

pub use bytemuck;

Modules§

client_msg
Message a client transferred to a server.
server_msg
Message a server transferred to a client.

Structs§

C2SData
Data structure a client transferred to a server.
ClientRecordDeprecated
S2CData
Data structure a server transferred to a client.

Enums§

ServerModeDeprecated
Mode of a server.
TileClass
Class of tiles.

Constants§

C2S_SIZE
S2C_SIZE

Functions§

apply_c2s_msg
apply_s2c_msg