Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 612 Bytes

File metadata and controls

26 lines (20 loc) · 612 Bytes

Tooling

Rust

This project uses the rust compiler. Follow instructions from Installing Rust.

Justfile

This project includes a justfile for ease of development. Installing Just. Hopefully this will eliminate errors before running the CI once your patch/merge request submitted!

Building

$ just build

Testing

Testing requires gdb. Install from your package manager.

$ just test

Linting

$ just lint

See the justflie for more recipes!