mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-27 19:43:11 +02:00
ced70fce79
This makes it super easy to edit a page: just click the icon in the top-right and you’ll be taken directly to an editor on GitHub.
26 lines
481 B
TOML
26 lines
481 B
TOML
[book]
|
|
authors = ["Martin Geisler"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Comprehensive Rust 🦀"
|
|
|
|
[rust]
|
|
edition = "2021"
|
|
|
|
[preprocessor.svgbob]
|
|
class = "bob"
|
|
|
|
[output.html]
|
|
curly-quotes = true
|
|
additional-js = ["ga4.js"]
|
|
git-repository-url = "https://github.com/google/comprehensive-rust"
|
|
edit-url-template = "https://github.com/google/comprehensive-rust/edit/main/{path}"
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 0
|
|
|
|
[output.html.playground]
|
|
editable = true
|