]> git.proxmox.com Git - rustc.git/blob - src/doc/rust-by-example/src/meta.md
New upstream version 1.44.1+dfsg1
[rustc.git] / src / doc / rust-by-example / src / meta.md
1 # Meta
2
3 Some topics aren't exactly relevant to how you program but provide you
4 tooling or infrastructure support which just makes things better for
5 everyone. These topics include:
6
7 - [Documentation][doc]: Generate library documentation for users via the included
8 `rustdoc`.
9 - [Playpen][playpen]: Integrate the Rust Playpen(also known as the Rust Playground) in your documentation.
10
11 [doc]: meta/doc.md
12 [playpen]: meta/playpen.md