Rust

1.31

Install

https://www.rust-lang.org/tools/install

rustup

Install the Rust compiler with rustup

  1. Install rustup.rs.

  2. To make sure you have the right Rust compiler installed, run

    rustup override set stable
    rustup update stable
    

rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

rust-analyzer

Install via rustup

rustup component add rust-analyzer
rustup component add rust-src

Vim plugin

Learn

📖