Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 396 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 396 Bytes

Rust Scaffold for Code Retreat

Option 1: use docker wrapper scripts

See scripts/ folder.

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