[−][src]Crate rustimate_core
rustimate-core contains definitions that are shared between server and client.
Modules
| build_info | Static information about the environent and build invocation |
| member | |
| messages | |
| poll | |
| profile | |
| result | Core result class used everywhere, generated by |
| session | |
| util |
Structs
| Error | The Error type. |
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 |
Traits
| ResultExt | Additional methods for |
Type Definitions
| Result | Convenient wrapper around |