mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
add chinese zh repo
This commit is contained in:
20
en/book.toml
Normal file
20
en/book.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[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"
|
||||
authors = ["sunface, https://im.dev"]
|
||||
language = "en"
|
||||
|
||||
[output.html.playpen]
|
||||
editable = true
|
||||
editor = "ace"
|
||||
|
||||
[output.html.fold]
|
||||
enable = true
|
||||
|
||||
[output.html]
|
||||
additional-js = ["assets/lang.js"]
|
||||
git-repository-url = "https://github.com/sunface/rust-exercise"
|
||||
edit-url-template = "https://github.com/sunface/rust-exercise/edit/master/{path}"
|
||||
|
||||
[rust]
|
||||
edition = "2021"
|
Reference in New Issue
Block a user