summaryrefslogtreecommitdiffstats
path: root/src/doc/rust-by-example/src/meta.md
blob: 367c7e121f24f7be7405f499af0740af5442876e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Meta

Some topics aren't exactly relevant to how you program but provide you
tooling or infrastructure support which just makes things better for
everyone. These topics include:

- [Documentation][doc]: Generate library documentation for users via the included
  `rustdoc`.
- [Playpen][playpen]: Integrate the Rust Playpen (also known as the Rust Playground) in your documentation.

[doc]: meta/doc.md
[playpen]: meta/playpen.md