https://github.com/freddiehaddad/fast-track-to-rust
An introduction to the Rust programming language.
https://github.com/freddiehaddad/fast-track-to-rust
course guide rust training
Last synced: 5 months ago
JSON representation
An introduction to the Rust programming language.
- Host: GitHub
- URL: https://github.com/freddiehaddad/fast-track-to-rust
- Owner: freddiehaddad
- License: mit
- Created: 2024-11-23T05:37:04.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-04-17T05:27:19.000Z (6 months ago)
- Last Synced: 2025-05-06T09:45:15.425Z (5 months ago)
- Topics: course, guide, rust, training
- Homepage: https://freddiehaddad.github.io/fast-track-to-rust/
- Size: 372 KB
- Stars: 47
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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].
1. Install [mdbook] by Following the instructions on the [Build from source
using Rust] page.
1. Clone this repository.
1. Build with `mdbook build`.
1. 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].
[mdbook]: https://github.com/rust-lang/mdBook
[Rust installation page]: https://www.rust-lang.org/tools/install
[Build from source using Rust]:
https://rust-lang.github.io/mdBook/guide/installation.html#build-from-source-using-rust
[discussion on GitHub]:
https://github.com/freddiehaddad/fast-track-to-rust/discussions