[][src]Crate solitaire_core

solitaire-core contains definitions that are shared between server and client.

Modules

build_info

Static information about the environent and build invocation

card
game
messages
profile
util

Enums

RequestMessage

Sent from client to server, this shared model is used for all server communication

ResponseMessage

Sent from server to client, this shared model is used for all client communication

Constants

APPNAME

The name of the app, used in a lot of places