Skip to content

Latest commit

 

History

History
68 lines (61 loc) · 5.41 KB

README.md

File metadata and controls

68 lines (61 loc) · 5.41 KB

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