maj backlog

This commit is contained in:
Henri Bourcereau 2022-12-13 17:55:32 +01:00
parent eac6ffed70
commit 91a9ff3de2

View file

@ -1,13 +1,26 @@
# Backlog # Backlog
tools
- config clippy ?
- bacon : tests runner (ou loom ?)
## Rust libs ## Rust libs
cf. https://blessed.rs/crates cf. https://blessed.rs/crates
- cli : https://lib.rs/crates/pico-args - cli : https://lib.rs/crates/pico-args ( ou clap )
- reseau async : tokio - reseau async : tokio
- web serveur : axum (uses 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 - 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
## Others ## Others
- plugins avec https://github.com/extism/extism - plugins avec https://github.com/extism/extism