1.1 KiB
1.1 KiB
| id | type | title | tags | importance | confidence | created | updated | relations | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| baa10a3d-8ec9-4a5b-bb1c-1c80f265473f | configuration | Rust/Cargo installation and fish shell PATH setup on Cal's workstation |
|
0.4 | 0.8 | 2026-02-28T16:53:17.852372+00:00 | 2026-02-28T16:53:55.359039+00:00 |
|
Rust Toolchain Setup
Workstation: Cal's Linux workstation
Installation
Rust installed via rustup — current version v1.93.1 (as of 2026-02-28).
Fish Shell PATH
For fish shell, source the env file to activate cargo in PATH:
source ~/.cargo/env.fish
Rustup auto-configures fish via ~/.config/fish/conf.d/ so this may already be active in new shells.
Build Cache
Cargo stores compiled artifacts in target/ directory. Incremental builds only recompile changed files, so subsequent builds are significantly faster than the first.