summaryrefslogtreecommitdiffstats
path: root/src/doc/rust-by-example/src/meta.md
blob: 8fcea1df0cb37ee069c351fb950e9991bbff660b (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`.
- [Playground][playground]: Integrate the Rust Playground in your documentation.

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