doc(rustlang): update README Files section

This commit is contained in:
RubenRam
2023-10-30 01:09:13 +01:00
committed by AJ ONeal
parent 0a3bdf0708
commit 133af72ad7

View File

@@ -13,6 +13,20 @@ rustup update
You can `rustup use x.y.z` for a specific version or toolchain.
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.cargo/
~/.rustup/
<PROJECT-DIR>/Cargo.toml
<PROJECT-DIR>/src/main.rs
<PROJECT-DIR>/src/lib.rs
```
## Cheat Sheet
> Rust is what C++ and D were trying to do, but didn't. It's a modern, safe,