Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.28 KB

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.

  1. Prepare your environment by following the instructions on the Rust installation page.
  2. Install mdbook by Following the instructions on the Build from source using Rust page.
  3. Clone this repository.
  4. Build with mdbook build.
  5. 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.