Skip to content

Instantly share code, notes, and snippets.

@christian-blades-cb
Last active March 2, 2018 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christian-blades-cb/ef24d9e8ef6e0aa7fa88860a08d31bcc to your computer and use it in GitHub Desktop.
Save christian-blades-cb/ef24d9e8ef6e0aa7fa88860a08d31bcc to your computer and use it in GitHub Desktop.
Rust Class Resources

Rust Class

Getting Started

  • Install Rust: https://www.rustup.rs/
    • NOTE the other-installation-methods link, I recommend not piping the internet into your shell
  • Install rustfmt rustup component add rustfmt-preview
  • For code completion, install racer https://github.com/racer-rust/racer
  • For linting, install clippy cargo +nightly install clippy
    • NOTE: change your editor’s clippy command to cargo +nightly clippy to ensure that clippy also works in stable

References

Class topics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment