mdbook 0.5.2

Creates a book from markdown files
1
2
3
4
5
6
7
8
9
10
11
12
13
# Chapter 1

```rust
let x = 2021;
```

```rust,edition2021
let x = 2021;
```

```rust,edition2024
let x = 2024;
```