This repository contains the source code for the Fast Track to Rust online course, created by Freddie Haddad. The course explores a wide array of topics in the Rust programming language, gradually introducing them through the development of a grep-like program.
Read the course at https://freddiehaddad.github.io/fast-track-to-rust/.
The course is aimed towards experienced software engineers with a background in statically typed languages such as C++.
This course 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.