|
|
|
@ -1,11 +1,6 @@
|
|
|
|
[book]
|
|
|
|
[book]
|
|
|
|
title = "Rust 程序设计语言 简体中文版"
|
|
|
|
title = "Rust 程序设计语言 简体中文版"
|
|
|
|
authors = [
|
|
|
|
authors = ["Steve Klabnik", "Carol Nichols", "Chris Krycho", "来自 Rust 社区的贡献(Rust 中文社区翻译)"]
|
|
|
|
"Steve Klabnik",
|
|
|
|
|
|
|
|
"Carol Nichols",
|
|
|
|
|
|
|
|
"Chris Krycho",
|
|
|
|
|
|
|
|
"来自 Rust 社区的贡献(Rust 中文社区翻译)",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[output.html]
|
|
|
|
[output.html]
|
|
|
|
additional-css = [
|
|
|
|
additional-css = [
|
|
|
|
@ -25,6 +20,7 @@ custom-template = "custom-template.typ"
|
|
|
|
pdf = true
|
|
|
|
pdf = true
|
|
|
|
section-number = true
|
|
|
|
section-number = true
|
|
|
|
rust-book = true
|
|
|
|
rust-book = true
|
|
|
|
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
|
|
|
|
[rust]
|
|
|
|
[rust]
|
|
|
|
edition = "2024"
|
|
|
|
edition = "2024"
|
|
|
|
|