This repository houses the official source code for Fast Track to Rust by Freddie Haddad. The book provides a comprehensive journey through the Rust ecosystem, using the hands-on development of rustle -- a custom grep-like utility -- to introduce and reinforce core language concepts.
The book can be read onlne at https://freddiehaddad.github.io/fast-track-to-rust/.
This book is designed for programmers of all backgrounds looking to master Rust. While the core concepts are accessible to anyone with prior coding experience, readers familiar with statically typed languages like C++ or Java may find certain advanced topics easier to navigate.
Fast Track to Rust was built using mdbook.
- Prepare your environment by following the instructions on the Rust installation page.
- Install mdbook by Following the instructions on the Build from source using Rust page.
- Clone this repository.
- Build with
mdbook build. - Serve locally with
mdbook serve --open.
Contributions are welcome. Simply open a PR!
For questions or comments, please start a discussion on GitHub.