From 968a4df14f0382efe251877bf8b85ac0b1175e58 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 1 Feb 2014 12:44:04 -0800 Subject: [PATCH] Created Doc examples (markdown) --- Doc-examples.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Doc-examples.md diff --git a/Doc-examples.md b/Doc-examples.md new file mode 100644 index 0000000..2dac194 --- /dev/null +++ b/Doc-examples.md @@ -0,0 +1,6 @@ +There isn't a single comprehensive repository of Rust examples yet, but here are a few resources: + +* [The official cheatsheet](http://static.rust-lang.org/doc/master/complement-cheatsheet.html) +* [Getting Rusty](http://pzol.github.io/getting_rusty/) +* [Rust by Example](https://github.com/cjschneider2/rust-by-example) +* [Rust Rosetta](https://github.com/Hoverbear/rust-rosetta) \ No newline at end of file