rust/src/README.md
2019-10-24 13:32:54 -05:00

9 lines
329 B
Markdown

This directory contains the source code of the rust project, including:
- `rustc` and its tests
- `libstd`
- Various submodules for tools, like rustdoc, rls, etc.
For more information on how various parts of the compiler work, see the [rustc guide].
[rustc guide]: https://rust-lang.github.io/rustc-guide/about-this-guide.html