Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am waynewyang on github.
  • I am waynewyang (https://keybase.io/waynewyang) on keybase.
  • I have a public key ASADkcUJ-f1l6uxIGaqlGm1TUwHnuPN3sfEORWvf-YLLNgo

To claim this, I am signing this object:

waynewyang
waynewyang
China
### Keybase proof
I hereby claim:
* I am waynewyang on github.
* I am waynewyang (https://keybase.io/waynewyang) on keybase.
* I have a public key ASADkcUJ-f1l6uxIGaqlGm1TUwHnuPN3sfEORWvf-YLLNgo
@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