Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 246 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 246 Bytes

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