Initial commit.

This commit is contained in:
Nolan Darilek 2025-06-12 08:31:24 -04:00
commit aa666c5487
8 changed files with 160 additions and 0 deletions

10
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,10 @@
fail_fast: true
repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
args: [--, --check]
- id: cargo-check
args: [--bins, --examples]
- id: clippy