Skip to content

Commit

Permalink
doc: add a link to blessed.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
canardleteer committed Jan 22, 2024
1 parent 289246e commit a288fda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion book/src/07-01-whats-out-there.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# What's out there?

*Caveat:* **This list is generally oriented for a Service Engineer migrating to Rust.**
**The general "go to" place these days to poke around the ecosystem, is:**

- [blessed.rs](https://blessed.rs/crates)

Below, I've added a few crates that I think are useful to highlight for some types of engineers I often work with:

- CLI Arg parsing: [clap](https://crates.io/crates/clap)
- Serialization / Deserialization: [serde](https://crates.io/crates/serde)
Expand Down

0 comments on commit a288fda

Please sign in to comment.