]> git.proxmox.com Git - rustc.git/blame - src/doc/rust-by-example/book.toml
New upstream version 1.65.0+dfsg1
[rustc.git] / src / doc / rust-by-example / book.toml
CommitLineData
2c00a5a8
XL
1[book]
2title = "Rust By Example"
fc512014 3description = "Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries."
2c00a5a8
XL
4author = "The Rust Community"
5
6[output.html.playpen]
7editable = true
8editor = "ace"
f2b60f7d 9line-numbers = true
dfeec247
XL
10
11[output.html.fold]
12enable = true
a2a8927a
XL
13
14[output.html]
15git-repository-url = "https://github.com/rust-lang/rust-by-example"
16
17[rust]
18edition = "2021"