trictrac/doc/backlog.md
2023-09-30 17:43:04 +02:00

37 lines
756 B
Markdown

# Backlog
tools
- config clippy ?
- bacon : tests runner (ou loom ?)
## Rust libs
cf. https://blessed.rs/crates
- cli : https://lib.rs/crates/pico-args ( ou clap )
- reseau async : tokio
- web serveur : axum (uses tokio)
- https://fasterthanli.me/series/updating-fasterthanli-me-for-2022/part-2#the-opinions-of-axum-also-nice-error-handling
- db : sqlx
- eyre, color-eyre (Results)
- tracing (logging)
- rayon ( sync <-> parallel )
- front : yew + tauri
- egui
- https://docs.rs/board-game/latest/board_game/
## Others
- plugins avec https://github.com/extism/extism
## Backgammon existing projects
* lib rust backgammon
- https://docs.rs/crate/backgammon/0.4.0
- https://github.com/marktani/backgammon
* network webtarot
* front ?