Add recommended crates
Open
- Dominant language
- Dockerfile
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice if the `Cargo.toml` contained some recommended crates for Rust projects, especially for things where the choice is not super obvious:
- `structopt` for argument parsing
- `anyhow` + `thiserror` for error handling
- `tracing` for tracing and logging (in fact, we should probably start using that in our projects over log as it makes following fibers/threads much easier for concurrent applications)
- etc.
The only issue I see with this is that these recommendations can get stale over time, but I guess what is one of the reasons to have this repo :smile:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.