4 This documents Rust-101, a tutorial for the `Rust language`_. You are probably
5 looking for the `actual tutorial <https://www.ralfj.de/projects/rust-101/main.html>`_.
7 .. _Rust language: http://www.rust-lang.org/
12 You can either read through the sources in ``src/``, or generate the HTML in
13 ``docs/`` using ``make docs`` (this step needs Pycco_), or go directly to
14 `the rendered output`_.
16 The files ``workspace/src/part*.rs`` are generated by ``make workspace``.
18 .. _Pycco: https://fitzgen.github.io/pycco/
19 .. _the rendered output: https://www.ralfj.de/projects/rust-101/main.html
24 You can find the sources in the `git repository`_ (also available `on GitHub`_).
25 They are provided under a Creative Commons Attribution-ShareAlike 4.0
26 International license (`CC-BY-SA 4.0`_). See the file ``LICENSE-CC`` for more
29 .. _git repository: http://www.ralfj.de/git/rust-101.git
30 .. _on GitHub: https://github.com/RalfJung/rust-101
31 .. _CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/
36 If you found a bug, or want to leave a comment, please
37 `send me a mail <mailto:post-AT-ralfj-DOT-de>`_. I'm also happy about pull