I am using vscode with the vscode container plugin to provide an out of the box working environment, so you will need docker for that.
Alternative you can use rustup to setup your environment without docker.
- matklad.rust-analyzer
- bungcip.better-toml
- serayuzgur.crates
- vadimcn.vscode-lldb
- eamodio.gitlens
- donjayamanne.githistory
- be5invis.toml
Rust Starter Pack
Rust Homepage
Rust Book
Rust by Example
Rust are we Web yet
Rust are we Gui yet
Rust are we Learning yet
Topics can be found in the examples
folder.
- Primitives
- Custom types
- Flow Control
- Functions
- Optional and Result
- ....