slint/docs/tutorial/rust
Simon Hausmann 59ebc94e71 Synchronize tutorial intro with blog
I really don't know how the last sentence got in, can't find it anywhere.
But now it's in sync with the blog :)
2021-06-17 13:03:49 +02:00
..
src Synchronize tutorial intro with blog 2021-06-17 13:03:49 +02:00
book.toml Initial port of the C++ version of the memory tutorial 2021-06-17 11:53:16 +02:00
README.md Move the Rust tutorial into a sub-directory 2021-06-17 11:04:43 +02:00

Requirements

Building the tutorial requires mdbook, which you can install with cargo:

cargo install mdbook

Building

To build the tutorial, type:

mdbook build

The output will be in the book/html subdirectory. To check it out, open it in your web browser.