Rust
# Learning Resources
- The Book
- The Book, but interactive
- Rust by Example
- Rustlings
- Faster than lime’s neat post(s)
- This Week in Rust
- Read Rust
Recommended Beginner Workflow
By at least one YouTube person anyway:
- Go through the book, cover to cover
- Go through the book again, but now the interactive version
- Rust by example + Rustlings: Complementary.
# Topic-Specific Resources
- Are we web yet?
- Are we GUI yet?
- Are we learning yet?
- Looks like theres ML stuff? https://www.arewelearningyet.com/decision-trees/
- Some projects are… not in good shape
https://github.com/maciejkula/rustlearn
# Setup
Via
rustup, curl
‘ing into sh
like madlads:
|
|
# Crates I should check out I guess
clap
: CLI interfacesserde
: Getting data in & out (see alsoserde_json
)csv
either additionally useful or superfluous?
- Web stuff?
# Tools written in Rust to take a peek in
- starship
- rig
- That YouTube ISG thing - archived now, so I guess it was fun while it lasted