add some links to external resources
[rust-101.git] / README.md
1 Rust-101
2 ========
3
4 This is Rust-101, a tutorial for the [Rust language](http://www.rust-lang.org/).
5 You can either read through the sources in `src/`, or generate the HTML
6 in `docs/` using `./pycco-rs src/*.rs`, or go directly to
7 [the rendered output](https://ralfjung.github.io/rust-101/main.html).