Skip to content

Instantly share code, notes, and snippets.

@waynewyang
waynewyang / rust-getting-started.md
Created March 19, 2019 02:03
instructions for getting started with rust, vim, rustfmt, and stuff

Rust setup

  1. Install the following nix packages

    Also make sure you're running a recent nix version. 17.x had rustup 1.3 which wasn't working for me with the rust servers, but 18.03 has rustup 1.11.0 (currently) which works.

    • rustup
  • binutils