Skip to content

Commit

Permalink
auto merge of #13416 : brson/rust/30min, r=alexcrichton
Browse files Browse the repository at this point in the history
This is intended to be the first thing somebody new to the language reads about Rust. It is supposed to be simple and intriguing, to give the user an idea of whether Rust is appropriate for them, and to hint that there's a lot of cool stuff to learn if they just keep diving deeper.

I'm particularly happy with the sequence of concurrency examples.
  • Loading branch information
bors committed Apr 15, 2014
2 parents 168b2d1 + d1eb0e3 commit 8a4ffbf
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mk/docs.mk
Expand Up @@ -26,7 +26,7 @@
# L10N_LANGS are the languages for which the docs have been
# translated.
######################################################################
DOCS := index tutorial guide-ffi guide-macros guide-lifetimes \
DOCS := index intro tutorial guide-ffi guide-macros guide-lifetimes \
guide-tasks guide-container guide-pointers guide-testing \
guide-runtime complement-bugreport complement-cheatsheet \
complement-lang-faq complement-project-faq rust rustdoc \
Expand Down
1 change: 1 addition & 0 deletions src/doc/index.md
Expand Up @@ -7,6 +7,7 @@
li {list-style-type: none; }
</style>

* [A 30-minute Intro to Rust](intro.html)
* [The Rust tutorial](tutorial.html) (* [PDF](tutorial.pdf))
* [The Rust reference manual](rust.html) (* [PDF](rust.pdf))

Expand Down

0 comments on commit 8a4ffbf

Please sign in to comment.