summaryrefslogtreecommitdiffstats
path: root/src/doc/reference/book.toml
blob: 2bc218fe46f87d66a4d77af1fc916230b84dae48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[book]

title = "The Rust Reference"
author = "The Rust Project Developers"

[output.html]
additional-css = ["theme/reference.css"]
git-repository-url = "https://github.com/rust-lang/reference/"

[output.html.redirect]
"/expressions/enum-variant-expr.html" = "struct-expr.html"

[rust]
edition = "2021"