Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 425 Bytes

File metadata and controls

16 lines (11 loc) · 425 Bytes

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

You can set-up a pre-commit hooks that automatically runs cargo fmt and cargo clippy by running:

lefthook install

Note: running Clippy can take a while the first while, but subsequent run should only take a second or so.