mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-22 03:53:05 +00:00
Add "Elements of Rust" by @ferrous-systems
This commit is contained in:
parent
0c71cc3f82
commit
fc66ed2325
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
|
|||
* [cheat.rs - Idiomatic Rust tips](https://cheats.rs/#idiomatic-rust) - A list of quick tips to make your code more idiomatic.
|
||||
* [clippy](https://github.com/Manishearth/rust-clippy) - A bunch of lints to catch common mistakes and improve your Rust code.
|
||||
* [Patterns](https://github.com/nrc/patterns/) - A catalogue of Rust design patterns.
|
||||
* [Elements of Rust](https://github.com/ferrous-systems/elements-of-rust) - A collection of software engineering techniques for effectively expressing intent with Rust.
|
||||
* [Rust by Example](http://rustbyexample.com/) - A community driven collection of example code which follow Rust best practices.
|
||||
* [Rust Cookbook](https://github.com/brson/rust-cookbook) - Examples that demonstrate good practices to accomplish common programming tasks in Rust.
|
||||
* [rust-api-guidelines](https://github.com/brson/rust-api-guidelines) - An extensive list of recommendations for idiomatic Rust APIs.
|
||||
|
|
Loading…
Reference in a new issue