From 8d03ec7a16878e6596951eb4e12112813b3df982 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 25 Apr 2014 19:32:09 -0700 Subject: [PATCH] Updated Doc examples (markdown) --- Doc-examples.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Doc-examples.md b/Doc-examples.md index 62ce0c7..d4827ab 100644 --- a/Doc-examples.md +++ b/Doc-examples.md @@ -1,6 +1,12 @@ -There isn't a single comprehensive repository of Rust examples yet, but here are a few resources: +There isn't a single comprehensive repository of Rust examples yet, but here are a few resources. + +These two are the most complete: * [The official cheatsheet](http://static.rust-lang.org/doc/master/complement-cheatsheet.html) +* [Rust by Example (japaric)](https://japaric.github.io/rust-by-example) + +And these also have good examples: + * [Getting Rusty](http://pzol.github.io/getting_rusty/) * [Rust by Example (TheHydroImpulse)](http://rustbyexample.github.io/) * [Rust by Example (cjschneider2)](https://github.com/cjschneider2/rust-by-example)