summaryrefslogtreecommitdiffstats
path: root/examples/22_see_also.txt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-07-02 02:54:21 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-02 02:54:21 -0400
commite620daf3b1a40ae825c625bc4328fb7d2b3ee8b6 (patch)
treefaa469408ee78623eaa8d2720dcbb36096788ca1 /examples/22_see_also.txt
downloadintro-to-rust-yapc-na-2014-e620daf3b1a40ae825c625bc4328fb7d2b3ee8b6.tar.gz
intro-to-rust-yapc-na-2014-e620daf3b1a40ae825c625bc4328fb7d2b3ee8b6.zip
initial commitHEADmaster
Diffstat (limited to 'examples/22_see_also.txt')
-rw-r--r--examples/22_see_also.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/22_see_also.txt b/examples/22_see_also.txt
new file mode 100644
index 0000000..6f8c780
--- /dev/null
+++ b/examples/22_see_also.txt
@@ -0,0 +1,18 @@
+Official Sites
+==============
+Website: http://rust-lang.org/
+IRC channel: irc://irc.mozilla.org/#rust
+Mailing List: https://mail.mozilla.org/pipermail/rust-dev/
+Repository: https://github.com/rust-lang/rust
+
+Learning Rust
+=============
+http://doc.rust-lang.org/
+http://play.rust-lang.org/
+http://rustbyexample.com/
+
+Contributing to Rust
+====================
+http://blog.octayn.net/
+https://github.com/rust-lang/rust/wiki/Note-development-policy
+