mirror of https://github.com/sunface/rust-course
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.
22 lines
514 B
22 lines
514 B
[book]
|
|
authors = ["sunface"]
|
|
language = "zh-CN"
|
|
title = "Rust语言圣经(Rust教程 Rust Course)"
|
|
src = "course-book/contents"
|
|
|
|
[output.html]
|
|
additional-css = ["assets/ferris.css", "assets/theme/2018-edition.css"]
|
|
additional-js = ["assets/ferris.js"]
|
|
git-repository-url = "https://github.com/sunface/rust-course"
|
|
edit-url-template = "https://github.com/sunface/rust-course/edit/main/{path}"
|
|
|
|
[output.html.playground]
|
|
editable = true
|
|
copy-js = true
|
|
line-numbers = true
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 2
|
|
|