| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Rust

Page history last edited by matthew 4 years, 2 months ago

Rust

 

Example: Updating your Rust installation 

 

rustup update

 

 

Example: Updating Rustup (Rust installer)

 

rustup self update

 

 

Example: Show relevant information regarding the installed Rust version

 

rustup show

 

 

Example: List help topics

 

rustup --help

 

 

Example: Change the Rust profile (Possible values, minimal, default or complete)

 

rustup set profile <VALUE>

 

 

Example: Clean a project to remove the entire target directory

 

cargo clean

 

 

 

 

 

Comments (0)

You don't have permission to comment on this page.