rust-by-practice/en/book.toml

22 lines
588 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"
description = "Learn Rust with Example, Exercise and real Practice, written with ❤️ by https://course.rs team"
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"
2022-03-23 06:05:16 -06:00
edit-url-template = "https://github.com/sunface/rust-by-practice/edit/master/en/{path}"
2022-02-11 00:42:25 -06:00
[rust]
edition = "2021"