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.

24 lines
533 B

3 years ago
[book]
authors = ["sunface"]
language = "zh-CN"
title = "Rust语言圣经(Rust Course)"
src = "src"
3 years ago
[output.html]
additional-css = ["theme/style.css"]
additional-js = ["assets/custom.js", "assets/bigPicture.js"]
git-repository-url = "https://github.com/sunface/rust-course"
3 years ago
edit-url-template = "https://github.com/sunface/rust-course/edit/main/{path}"
3 years ago
3 years ago
[output.html.playground]
editable = true
copy-js = true
# line-numbers = true
3 years ago
3 years ago
[output.html.fold]
3 years ago
enable = true
level = 0
3 years ago
[rust]
edition = "2021" #在线运行用2021版本的