Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.53 KB

File metadata and controls

42 lines (30 loc) · 1.53 KB

Fast Track to Rust

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/.

Target Audience

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.

Building

Fast Track to Rust 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.