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
/
main.rs
blob: dc04d4b696eba2e5e9819013609fa50f9976cb39 (
plain
)
1
2
3
4
5
6
7
mod bitboard; mod board; mod attacks; fn main() { println!("Hello, world!"); }