Skip to content

Latest commit

 

History

History
990 lines (972 loc) · 137 KB

File metadata and controls

990 lines (972 loc) · 137 KB
title Rust

Rust Book (interactive version) & rustlings is best intro into Rust. Together with rust cheat sheet.

Rust in Action, Rust for JS Devs & Zero To Prod (good notes) are nice too. You can also use this brief starter guide.

I use Rust to build desktop apps with Tauri. But try to use it for more things. I also like Go & TS for scripting / browser code.

David Tolnay writes nice Rust code.

Xilem: an architecture for UI in Rust is nice read for making UI in Rust.

Enjoyed Building Web UI's in Rust w/ Greg Johnston episode on writing Rust code for Web UIs.

Rust Atomics and Locks: Low-Level Concurrency in Practice is great book.

Templates

OSS Rust websites

Code

cargo watch -q -x "run -q" # watch for Rust files and run on changes

Notes

Links