slint/docs/tutorial/rust
2021-06-17 11:23:58 +02:00
..
src Add publish=false to tutorial's Cargo.toml 2021-06-17 11:23:58 +02:00
book.toml Move the Rust tutorial into a sub-directory 2021-06-17 11:04:43 +02:00
highlight_60.js Move the Rust tutorial into a sub-directory 2021-06-17 11:04:43 +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.