mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-22 23:10:20 +08:00
17 lines
891 B
TOML
17 lines
891 B
TOML
[book]
|
||
title = "Rust 程序设计语言 中文版"
|
||
description = "Rust 程序设计语言中文也译为 Rust 权威指南,是 Rust 官方推出的学习 Rust 的必备教程。Rust Wiki 版的 Rust 程序设计语言简体中文版将由 Rust 中文翻译项目组持续维护和更新,确保内容最新最全。"
|
||
authors = ["Steve Klabnik", "Carol Nichols", "Contributions from the Rust Community"]
|
||
translator = "Rust 中文翻译项目组,Rust 中文社区"
|
||
language = "zh-CN"
|
||
|
||
[output.html]
|
||
additional-css = ["ferris.css", "theme/2018-edition.css"]
|
||
additional-js = ["ferris.js", "language.js"]
|
||
git-repository-url = "https://github.com/rust-lang-cn/book-cn"
|
||
edit-url-template = "https://github.com/rust-lang-cn/book-cn/edit/master/{path}"
|
||
|
||
[output.html.redirect]
|
||
"ch01-00-introduction.html" = "ch00-00-introduction.html"
|
||
"ch05-01-method-syntax.html" = "ch05-03-method-syntax.html"
|