trunk 0.21.14

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
16
17
# The book

## At least once

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

```shell
cargo install mdbook --locked
cargo install mdbook-admonish --locked
mdbook-admonish install .
```

## When editing

```shell
mdbook serve
```