rustimate

License Build Status Crate Docs Dependencies

A planning poker app, using an actix-web server communicating via websocket to WASM shared code. It's a work in progress, mostly an exercise to learn Rust.

This project's structure is available as a cargo-generate template, generust

See installing.md for installation guidance. After installing, run rustimate -h to get started.

See scripts.md for available tools for building, running, and packaging the app.

Crates

rustimate splits its code into several library crates:

Config

The project currently exclusively uses the filesystem for saved data, no database is involved.

Directories

By default, the application stores config files in your system's user configuration directory. See rustimate --help to change the directory used.

Files

profile/*: User profile information session/*: Estimation sessions