Skip to content

Commit

Permalink
Rust API Guidelines have moved
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Mar 31, 2021
1 parent 69dffc8 commit 057b098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 057b098

Please sign in to comment.