rust-by-practice/en/book.toml

20 lines
508 B
TOML
Raw Normal View History

2022-02-11 00:42:25 -06:00
[book]
title = "Rust Exercise"
description = "A set of exercises and examples to pratice various aspects of Rust, also for the rust course (book) at https://course.rs"
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-23 01:14:41 -06:00
git-repository-url = "https://github.com/sunface/rust-exercise"
2022-02-23 03:11:31 -06:00
edit-url-template = "https://github.com/sunface/rust-exercise/edit/master/en/{path}"
2022-02-11 00:42:25 -06:00
[rust]
edition = "2021"