Rust
Last update: 05. March 2023 (Created: 19. February 2023)Rust
- Official Site: https://www.rust-lang.org
- Cheat Sheet: https://cheats.rs
- Tour of Rust: https://tourofrust.com/index.html
- STD documentation: https://doc.rust-lang.org/std/index.html
Shell commands
cargo new <app-name>
to create a new Rust apprustc src/main.rs
to build an executable