williamzborja / rust-fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust-fundamentals - Duke University

This is the repository with the exercises proposed by Duke university Rust Fundamentals course.

Content

  • Github Copilot
  • CodeSpaces
  • Dev Containers

Rust.

brew install rustup
# or
sudo apt install rustup
rustup toolchain install stable

About