rust-by-practice/zh-CN/book.toml

22 lines
642 B
TOML
Raw Permalink Normal View History

2022-02-11 00:42:25 -06:00
[book]
2022-02-26 23:01:40 -06:00
title = "Rust By Practice( Rust 练习实践 )"
2022-03-23 06:04:00 -06:00
description = "Learning Rust By Practice, narrowing the gap between beginner and skilled-dev with challenging examples, exercises and projects."
2022-02-23 01:14:41 -06:00
authors = ["sunface, https://im.dev"]
2022-02-11 00:42:25 -06:00
language = "en"
[output.html.playpen]
editable = true
editor = "ace"
[output.html.fold]
enable = true
2022-02-23 03:11:31 -06:00
level = 1
2022-02-11 00:42:25 -06:00
[output.html]
2022-03-24 23:58:22 -06:00
additional-css = ["theme/style1.css"]
additional-js = ["assets/custom3.js","assets/lang.js"]
2022-02-26 23:01:40 -06:00
git-repository-url = "https://github.com/sunface/rust-by-practice"
edit-url-template = "https://github.com/sunface/rust-by-practice/edit/master/zh-CN/{path}"
2022-02-11 00:42:25 -06:00
[rust]
edition = "2021"