An organized grouping of the various practice exercises found in The Rust Programming Language.
A mini grep exercise from rust book
Interactive web-based Rust tutorial with exercises, progress tracking, and integrated terminal
A practice exercise from the rust book
Exercise as part of Rust Book's Crate
Just a simple grep exercise followed from the rust book and published in order to learn Cargo.
This follows the exercise in Chapter 14 of the Rust Book.
An mdBook preprocessor for interactive exercises with hints, solutions, and test execution
A fun game where you guess what number the computer has chosen. It was written following The Book of Rust tutorial.
Rustlings exercises for my course
A port of the TatSu PEG parser generator to Rust
This is an implementation of the minigrep project from the rust book project