index
:
chessnost
canary
master
shannon-type-b
Somewhat decent chess engine written in Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
blob: 2eaef2be40b5d2b5390840f691951c5e4d24ba3e (
plain
)
1
2
3
4
5
pub mod square; pub mod bitboard; pub mod board; pub mod attacks; pub mod moves;