Skip to content

Instantly share code, notes, and snippets.

@natalie-o-perret
Created December 4, 2018 12:37
Show Gist options
  • Save natalie-o-perret/fe7e9e8e12c7de82515fe073e6fc4cd6 to your computer and use it in GitHub Desktop.
Save natalie-o-perret/fe7e9e8e12c7de82515fe073e6fc4cd6 to your computer and use it in GitHub Desktop.
Linux Rust Setup

Rust Installation

Go to: https://rustup.rs

e.g. curl https://sh.rustup.rs -sSf | sh

Follow the instructions.

Install LLDB

VS Code Installation

Install VS Code (better fetch the official package) from: https://code.visualstudio.com/

VS Code Extensions

Rust code completion and auto formatting: [Rust] TOML configuration files syntax highlighting: [Better TOML] LLDB debugging for Rust programs: [LLDB Debugger]

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