Skip to content

WeAreRust/Workshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshops

Compile book with mdbook:

cargo install mdbook
mdbook build
# or
mdbook serve

Example solutions

Add your solutions to the examples directory.

To run an example solution, use:

cargo run --example 01-name