From d4bd2f04877de732215df7a140d3774c3077416a Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 23 May 2014 11:32:47 -0700 Subject: [PATCH] Updated Doc examples (markdown) --- Doc-examples.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Doc-examples.md b/Doc-examples.md index 3b7d7f8..4cc3fb4 100644 --- a/Doc-examples.md +++ b/Doc-examples.md @@ -1,14 +1,9 @@ There isn't a single comprehensive repository of Rust examples yet, but here are a few resources. -This is the most complete: - -* [Rust by Example (japaric)](http://rustbyexample.com) - -And these also have good examples: - +* [Rust by Example (japaric)](http://rustbyexample.com) - The most complete, and well-presented. +* [Rust Rosetta](https://github.com/Hoverbear/rust-rosetta) - Also fairly complete. * [The official cheatsheet](http://static.rust-lang.org/doc/master/complement-cheatsheet.html) * [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) -* [Rust Rosetta](https://github.com/Hoverbear/rust-rosetta) * [Rust for Real](https://github.com/flaper87/rust-for-real) \ No newline at end of file