1.
Introduction
2.
First Steps
3.
VSCode
4.
This Repository
5.
Welcome to your Curated Hello World Experience
6.
Clean up whatever changes you made (if any)
7.
Recommendations
7.1.
Sparse Indexing
7.2.
Toolchain Pinning
7.3.
Cargo Workspaces
7.4.
Macros
7.5.
Documentation
8.
Ecosystem Exploration
8.1.
What's out there?
8.2.
Testing
8.3.
Benchmarking
9.
Docker Images
10.
Install Some Useful Tools
11.
Code Change Example
11.1.
Add a crate
11.2.
Use the new crate
11.3.
Run the new version
11.4.
Format the changed code
11.5.
Lint the changed code
12.
Conclusion
Light
Rust
Coal
Navy
Ayu
Quickly Explore The Rust Toolbox
Code Change Example
Okay, we covered some really high level "rust ecosystem" stuff.
Let's make a code change.