Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 258 Bytes

File metadata and controls

31 lines (20 loc) · 258 Bytes

Contributing

Building

To compile the project, run:

cargo build

Testing

To run tests, use:

cargo test

Checking

To check code formatting:

cargo fmt --check

To run clippy lints:

cargo clippy