-
-
Notifications
You must be signed in to change notification settings - Fork 165
Rust Tips
Tris Oaten edited this page Apr 10, 2024
·
1 revision
- Don't use your operating system's package manager, install with rustup, the official rust version manager:
curl sh.rustup.rs | sh
- DRAMATICALLY speed up recompilation times with sccache
- Bacon
- Hurl