Rust
"A language empowering everyone to build reliable and efficient software." - https://www.rust-lang.org
Links
- https://www.youtube.com/playlist?list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW: Intro to rust programming videos
- https://github.com/rust-lang/rustup: the Rust toolchain installer - https://rustup.rs
- https://github.com/rust-lang/rust-by-example
- https://github.com/esp-rs: Rust on ESP microcontrollers
- https://github.com/joaocarvalhoopen/How_to_learn_modern_Rust
- https://github.com/rochacbruno/py2rs: From Python into Rust
- https://rauljordan.com/rust-concepts-i-wish-i-learned-earlier
- https://doc.rust-lang.org/book: "The Rust Programming Language"
- https://lokathor.github.io/gba-from-scratch: "GBA From Scratch With Rust ... a book about programming for the Game Boy Advance using the Rust programming language."