summaryrefslogtreecommitdiffstats
path: root/src/doc/reference/book.toml
blob: 9fb3730c87e7088ad8f657336f3e3c5d8bd45cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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/"
edit-url-template = "https://github.com/rust-lang/reference/edit/master/{path}"

[output.html.redirect]
"/expressions/enum-variant-expr.html" = "struct-expr.html"
"/unsafe-blocks.html" = "unsafe-keyword.html"
"/unsafe-functions.html" = "unsafe-keyword.html"

[rust]
edition = "2021"