costinEEST / duke-rust-fundamentals

Rust Fundamentals with Coursera

Home Page:https://www.coursera.org/learn/rust-fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI

  • cat /etc/os-release
  • free -m
  • which cargo
  • cargo init . creates the application in the current directory using the name of the directory for the application's name.
  • tree
  • cargo init --lib creates a library instead of an application.

Docs

About

Rust Fundamentals with Coursera

https://www.coursera.org/learn/rust-fundamentals

License:MIT License


Languages

Language:Rust 100.0%