You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trpl-zh-cn/book.toml

27 lines
594 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

[book]
title = "Rust 程序设计语言 简体中文版"
authors = [
"Steve Klabnik",
"Carol Nichols",
"Chris Krycho",
"来自 Rust 社区的贡献Rust 中文社区翻译)",
]
[output.html]
additional-css = [
"ferris.css",
"theme/2018-edition.css",
"theme/semantic-notes.css",
"theme/listing.css",
]
additional-js = ["ferris.js"]
git-repository-url = "https://github.com/KaiserY/trpl-zh-cn/tree/main"
edit-url-template = "https://github.com/KaiserY/trpl-zh-cn/edit/main/{path}"
[output.typst-pdf]
pdf = true
section-number = true
[rust]
edition = "2021"