]> git.proxmox.com Git - rustc.git/blob - src/doc/rust-by-example/book.toml
New upstream version 1.50.0+dfsg1
[rustc.git] / src / doc / rust-by-example / book.toml
1 [book]
2 title = "Rust By Example"
3 description = "Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries."
4 author = "The Rust Community"
5
6 [output.html.playpen]
7 editable = true
8 editor = "ace"
9
10 [output.html.fold]
11 enable = true