Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 499 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 499 Bytes

Rust starter project

.github/workflows/test.yml

Install

run the
install.windows.ps1

Running tests

Execute the tests with:

$ ./run_tests.bat

Rust Installation

Install Rust-up https://www.rust-lang.org/learn/get-started

VSCode with plugin Use the vs code plugin "rust-analyzer"

Formatting Code

To format your solution, inside the solution directory use

cargo fmt