mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-22 03:53:05 +00:00
Fix Rust By Example link
This commit is contained in:
parent
e6087c947d
commit
2fecaf9428
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
|
|||
* [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 by Example](https://doc.rust-lang.org/rust-by-example/) - A community driven collection of example code which follow Rust best practices.
|
||||
|
||||
## 🏋 Workshops
|
||||
|
||||
|
|
Loading…
Reference in a new issue