Skip to content

Latest commit

 

History

History
 
 

book

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

The GTK-Rust Book

Build instructions

  1. Install mdbook
cargo install mdbook
  1. Building

To view the book, execute:

mdbook serve

Listings

Go to the listings folder

cd listings

To check if the examples build, execute:

cargo build

To run a specific listing, execute:

cargo run --bin listing_name

License

The book itself is licensed under the Creative Commons Attribution 3.0 Unported license. One exception are the code snippets which are licensed under the MIT license.