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.
15 lines
341 B
15 lines
341 B
[book]
|
|
authors = ["sunface"]
|
|
language = "zh-CN"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Rust代码鉴赏(Rust Codes)"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/sunface/rust-course/tree/main/codes"
|
|
edit-url-template = "https://github.com/sunface/rust-course/tree/main/codes/{path}"
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 1
|