Add Rust by Example

This commit is contained in:
Matthias Endler 2017-05-16 08:48:23 +02:00 committed by GitHub
parent 47589031e0
commit 6759d85937

View file

@ -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.