An open API service indexing awesome lists of open source software.

https://github.com/arendjr/rust-for-ts-devs

Rust courses for TypeScript developers
https://github.com/arendjr/rust-for-ts-devs

Last synced: 29 days ago
JSON representation

Rust courses for TypeScript developers

Awesome Lists containing this project

README

        

# Rust for TypeScript developers

Welcome to the `rust-for-ts-devs` repo! This repo is intended to collect various
small lessons about Rust that I can present in courses. As the title indicates,
the audience is expected to be familiar with TypeScript, and we will use this
TypeScript knowledge as a stepping stone to see where Rust diverges, in hopes to
(eventually) become an effective Rust engineer.

This course is *not* intended to be a comprehensive reference into all things
Rust. Even if you complete this course, there will be plenty you don't know yet.
If you wish to dive deeper, I can whole-heartedly recommend the Rust Book:

https://doc.rust-lang.org/stable/book/

Or consult any of the other learning materials made available by the Rust
community:

https://www.rust-lang.org/learn

## How to use this repository

Just open this repository in VS Code and make sure you Rust Analyzer installed.

Then open `src/main.rs`. It acts as the "ToC" from where you can easily click
into any of the lessons.

You can run `cargo run` to display quiz answers.