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
- Host: GitHub
- URL: https://github.com/arendjr/rust-for-ts-devs
- Owner: arendjr
- Created: 2021-09-29T14:30:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T11:29:19.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T01:45:52.451Z (6 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 72
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - arendjr/rust-for-ts-devs - Rust courses for TypeScript developers (Rust)
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.