mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-22 12:03:05 +00:00
Add Rust by Example
This commit is contained in:
parent
47589031e0
commit
6759d85937
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ What's so hard about writing a Slack Client in Rust? [[Video](https://www.youtub
|
|||
|
||||
* [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.
|
||||
* [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