Skip to content

Latest commit

 

History

History

pre_req_task_rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Turbin3 Pre-Requisite Task For Rust

Tips and Best Practises

  • use cargo add <crate_name> to add a dependency to the rust project
  • to run the test in this project use the following command
    cargo test -- --nocapture