summaryrefslogtreecommitdiffstats
path: root/src/doc/rust-by-example/book.toml
blob: 19db456b6d8dd2e4654c6ad019439c16973f8ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[book]
title = "Rust By Example"
description = "Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries."
author = "The Rust Community"

[output.html.playpen]
editable = true
editor = "ace"

[output.html.fold]
enable = true

[output.html]
git-repository-url = "https://github.com/rust-lang/rust-by-example"

[rust]
edition = "2021"