rakibtg / rust-book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cargo

  • cargo new project_name
  • cargo check // only check if the code compiles or not
  • cargo run
  • cargo build // debugging mode
  • cargo build --release // production mode
  • cargo add package_name
  • cargo doc --open

About


Languages

Language:Rust 100.0%