From 6759d85937bdf1ee123f077c6a43a0da1a838895 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Tue, 16 May 2017 08:48:23 +0200 Subject: [PATCH] Add Rust by Example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74914a8..273ed2c 100644 --- a/README.md +++ b/README.md @@ -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.