Crates.io | solitaire |
lib.rs | solitaire |
version | 0.0.1 |
source | src |
created_at | 2019-12-09 16:05:09.744715 |
updated_at | 2019-12-09 16:05:09.744715 |
description | A planning poker app, mostly developed to learn Rust |
homepage | https://estimate.poker |
repository | https://github.com/solitaire/solitaire |
max_upload_size | |
id | 187987 |
size | 469,849 |
solitaire is a work in progress...
Running as a client application or shared server, solitaire
has a focus on performance, correctness, and developer comfort.
See installing.md for installation guidance. After installing, run solitaire -h
to get started.
See scripts.md for available tools for building, running, and packaging the app.
solitaire
splits its code into several library crates:
solitaire-assets
: Contains embedded static files intended to be served from the web applicationsolitaire-client
: Run in the client's browser as a WebAssembly package, includes templatessolitaire-controllers
: Contains actix-web HTTP controllers, usually calling methods from solitaire-service
solitaire-core
: Contains definitions that are shared between server and clientsolitaire-service
: Contains the primary logic for the application. It receives RequestMessages and emits ResponseMessagessolitaire-templates
: Contains Maud templates used by the server to render responsessolitaire
: Stored in the root of the project, this is the app's main library and binaryThe project currently exclusively uses the filesystem for saved data, no database is involved.
By default, solitaire stores config files in your system's user configuration directory.
profile/*
: User profile information