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