Add blessed

This commit is contained in:
Matthias 2022-11-07 23:21:24 +01:00 committed by GitHub
parent a785244a0d
commit a30b913d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
## ⚙ Projects ## ⚙ Projects
* [Rust Anthology](https://github.com/brson/rust-anthology) - The best short-form writing about Rust, collected. * [Rust Anthology](https://github.com/brson/rust-anthology) - The best short-form writing about Rust, collected.
* [blessed.rs](https://blessed.rs) - An unofficial guide to the Rust ecosystem. Suggestions for popular, well-maintained crates.
* [cheats.rs - Idiomatic Rust tips](https://cheats.rs/#idiomatic-rust) - A list of quick tips to make your code more idiomatic. * [cheats.rs - Idiomatic Rust tips](https://cheats.rs/#idiomatic-rust) - A list of quick tips to make your code more idiomatic.
* [clippy](https://github.com/rust-lang/rust-clippy) - A bunch of lints to catch common mistakes and improve your Rust code. * [clippy](https://github.com/rust-lang/rust-clippy) - A bunch of lints to catch common mistakes and improve your Rust code.
* [Patterns](https://rust-unofficial.github.io/patterns/) - A catalogue of design patterns in Rust. * [Patterns](https://rust-unofficial.github.io/patterns/) - A catalogue of design patterns in Rust.