Skip to content

Rust Tips

Tris Oaten edited this page Apr 10, 2024 · 1 revision

Installation

  • 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

Essential Tools

  • Bacon
  • Hurl

Essential Packages

Clone this wiki locally