slint/docs/tutorial/rust
Simon Hausmann 310a437b88 Add missing manual syntax highlights
A few more spotted in the original HTML
2021-06-17 14:00:55 +02:00
..
src Add missing manual syntax highlights 2021-06-17 14:00:55 +02:00
book.toml Fix CMake syntax highlighting in the C++ tutorial 2021-06-17 13:47:46 +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.