[−][src]Crate mem6_common
mem6_common
version: 2020.208.1139
commons for mem6 wasm and server
Learning to code Rust for a http + WebSocket.
Here are just the structures, that are in common between frontend and backend.
Mostly because of the Messages.
Structs
Player | data for one player |
Enums
GameStatus | the game can be in various statuses and that differentiate the UI and actions all players have the same game status |
MsgAckKind | msg ack kind |
WsMessage |
|