trunk 0.22.0-beta.2

Build, bundle & ship your Rust WASM application to the web.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# The book

## At least once

You'll need to install some pre-requisites in to work build the book:

```shell
cargo install mdbook --locked
```

## When editing

```shell
mdbook serve
```