Skip to content

TrevorDev/rust_test_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • create new exe project, --bin makes exe instead of lib, this creates a new folder, Cargo.toml is like package.json cargo new rust_calculater --bin
  • Run the program cargo run
  • Install dependencies by appending to the Cargo.toml, in vscode I would see errors, restarting vscode fixed that [dependencies] rand = "0.3.0"

About

playing around with rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages