reorga doc
This commit is contained in:
parent
92d5779929
commit
7cf8cd1c46
5 changed files with 67 additions and 65 deletions
39
doc/refs/inspirations.md
Normal file
39
doc/refs/inspirations.md
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Inspirations
|
||||
|
||||
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
|
||||
|
||||
* go : https://bgammon.org/blog/20240101-hello-world/
|
||||
- protocole de communication : https://code.rocket9labs.com/tslocum/bgammon/src/branch/main/PROTOCOL.md
|
||||
|
||||
* lib rust backgammon
|
||||
- https://github.com/carlostrub/backgammon
|
||||
- https://github.com/marktani/backgammon
|
||||
* network webtarot
|
||||
* front ?
|
||||
Loading…
Add table
Add a link
Reference in a new issue