2023-09-20 18:44:36 +08:00
|
|
|
[rust]
|
|
|
|
|
edition = "2021" #在线运行用2021版本的
|
|
|
|
|
|
2021-11-29 09:54:46 +08:00
|
|
|
[book]
|
|
|
|
|
authors = ["sunface"]
|
2021-11-30 16:27:35 +08:00
|
|
|
language = "zh-CN"
|
2022-03-28 16:02:59 +08:00
|
|
|
title = "Rust语言圣经(Rust Course)"
|
2022-03-01 11:13:56 +08:00
|
|
|
src = "src"
|
2021-11-29 14:13:07 +08:00
|
|
|
|
|
|
|
|
[output.html]
|
2023-02-27 16:12:05 +08:00
|
|
|
additional-css = ["theme/style.css"]
|
2022-03-28 15:38:36 +08:00
|
|
|
additional-js = ["assets/custom.js", "assets/bigPicture.js"]
|
2022-03-31 10:43:09 +08:00
|
|
|
git-repository-url = "https://github.com/sunface/rust-course"
|
2022-02-16 17:32:04 +08:00
|
|
|
edit-url-template = "https://github.com/sunface/rust-course/edit/main/{path}"
|
2021-12-01 14:18:51 +08:00
|
|
|
|
2021-12-06 17:21:40 +08:00
|
|
|
[output.html.playground]
|
|
|
|
|
editable = true
|
|
|
|
|
copy-js = true
|
2022-04-04 22:13:35 +08:00
|
|
|
# line-numbers = true
|
2021-12-06 17:21:40 +08:00
|
|
|
|
2021-12-01 14:18:51 +08:00
|
|
|
[output.html.fold]
|
2021-12-01 14:28:23 +08:00
|
|
|
enable = true
|
2023-02-27 11:45:16 +08:00
|
|
|
level = 0
|