pico-args

This commit is contained in:
Henri Bourcereau 2022-12-01 18:04:03 +01:00
parent 529364f062
commit 9bbe58a274
6 changed files with 54 additions and 0 deletions

View file

@ -1,5 +1,19 @@
# Backlog
## Rust libs
cf. https://blessed.rs/crates
- cli : https://lib.rs/crates/pico-args
- 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
## 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

7
doc/journal.md Normal file
View file

@ -0,0 +1,7 @@
# Journal
```sh
devenv init
cargo init
cargo add pico-args
```