- We can create a project using "cargo new".
- We can build a project using "cargo build".
- We can build and run a project in one step using "cargo run".
- We can build a project without producing a binary to check for errors using "cargo check".
- We can use this command to check version of cargo "cargo --version".
- Run "cargo new --help" to see the available options for creating a new project.
- Instead of saving the result of the build in the same directory as our code, Cargo stores it in the target/debug directory.
-
Notifications
You must be signed in to change notification settings - Fork 0
deepu-peddineni/Rust_Projects
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published