cleanup, add bench

This commit is contained in:
jackjohn7 2025-10-30 04:26:49 -05:00
parent 99e619d733
commit 10de749e1d
7 changed files with 678 additions and 8 deletions

2
.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[alias]
test-all = "test --workspace --all-targets"