mirror of
https://github.com/mre/idiomatic-rust
synced 2025-02-16 13:18:26 +00:00
Rust API Guidelines have moved
This commit is contained in:
parent
69dffc84fb
commit
057b098b9a
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
|
|||
* [Patterns](https://github.com/rust-unofficial/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.
|
||||
* [Possible Rust](https://www.possiblerust.com/) - A blog for intermediate Rust programmers exploring real-world code and design patterns.
|
||||
* [Rust API Guidelines](https://rust-lang.github.io/api-guidelines/) - An extensive list of recommendations for idiomatic Rust APIs.
|
||||
* [Rust by Example](https://rustbyexample.com/) - A community driven collection of example code which follow Rust best practices.
|
||||
* [Rust Cookbook](https://github.com/rust-lang-nursery/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.
|
||||
|
||||
## 🏋 Workshops
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue