rust-by-practice/en/book.toml

20 lines
495 B
TOML
Raw 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-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/en/{path}"
2022-02-11 00:42:25 -06:00
[rust]
edition = "2021"