reference/book.toml

18 lines
478 B
TOML
Raw Permalink Normal View History

[book]
2017-03-06 07:33:18 +00:00
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]
2021-06-04 13:52:51 +00:00
"/expressions/enum-variant-expr.html" = "struct-expr.html"
"/unsafe-blocks.html" = "unsafe-keyword.html"
"/unsafe-functions.html" = "unsafe-keyword.html"
2021-06-04 13:52:51 +00:00
[rust]
2022-01-01 16:25:33 +00:00
edition = "2021"