Skip to content

Commit

Permalink
Merge pull request #5 from jfredett/movegen-v2
Browse files Browse the repository at this point in the history
Movegen v2
  • Loading branch information
jfredett authored Oct 17, 2024
2 parents 12749a6 + 98126e0 commit 0ea31af
Show file tree
Hide file tree
Showing 127 changed files with 6,826 additions and 7,378 deletions.
3 changes: 3 additions & 0 deletions .cargo/mutants.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# test_tool = "nextest"
exclude_globs = ["src/main.rs", "src/lib.rs"]
exclude_re = ["impl Debug", "impl Display"]
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.last_run
.bacon-locations
.lcov
hazel.log
.env
Expand All @@ -8,3 +10,5 @@ launch.json
NOTES.mkd
flamegraph.svg
perf.*
mutants.out/
mutants.out.old/
Loading

0 comments on commit 0ea31af

Please sign in to comment.