Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 654 Bytes

File metadata and controls

25 lines (20 loc) · 654 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 squashfs-tools, to test that we are compatible. Install from your package manager.

$ just test

Linting

$ just lint

See the justfile for more recipes!