SIGN IN SIGN UP
sunface / rust-course UNCLAIMED

什么?你敢放心的把后背交给 AI? 我赌你不敢,那就来学学 AI 时代最安全的语言吧(Python无法战胜!)。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book

0 0 0 Rust
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]
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
level = 0