Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 331 Bytes

Rust Scaffold for Code Retreat

Install Rust

Instructions here

Run the tests

cargo test

Hierarchy of directories

  • src: source code. Unit tests are embedded in the source code
  • tests: a folder for integreation tests