GitHub - freddiehaddad/fast-track-to-rust: An introduction to the Rust programming language. (original) (raw)
Fast Track to Rust
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/.
Target Audience
The course is aimed towards experienced software engineers with a background in statically typed languages such as C++.
Building
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
.
Contributing
Contributions are welcome. Simply open a PR!
Contact
For questions or comments, please start a discussion on GitHub.