Skip to content

costinEEST/duke-rust-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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