]> git.proxmox.com Git - rustc.git/blame - src/doc/rust-by-example/book.toml
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / src / doc / rust-by-example / book.toml
CommitLineData
2c00a5a8
XL
1[book]
2title = "Rust By Example"
fc512014 3description = "Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries."
2c00a5a8
XL
4author = "The Rust Community"
5
6[output.html.playpen]
7editable = true
8editor = "ace"
f2b60f7d 9line-numbers = true
dfeec247
XL
10
11[output.html.fold]
12enable = true
a2a8927a
XL
13
14[output.html]
15git-repository-url = "https://github.com/rust-lang/rust-by-example"
4b012472
FG
16additional-css = [
17 "theme/css/language-picker.css",
18]
a2a8927a
XL
19
20[rust]
21edition = "2021"
4b012472
FG
22
23[build]
24extra-watch-dirs = ["po"]
25
26[preprocessor.gettext]
27after = ["links"]