mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-21 19:43:04 +00:00
Add blessed
This commit is contained in:
parent
a785244a0d
commit
a30b913d08
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
|
|||
## ⚙ Projects
|
||||
|
||||
* [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.
|
||||
* [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.
|
||||
|
|
Loading…
Reference in a new issue