dannyYassine / learning-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt-get update
sudo apt install build-essential -Y

vs code extensions

  • rust-lang.rust-analyzer (should also install dustypomerleau.rust-syntax and 1YiB.rust-bundle)
  • vadimcn.vscode-lldb (for debugging)

About

License:MIT License


Languages

Language:Rust 100.0%