nozaq / shogi-rs

A Bitboard-based shogi library in Rust. Board representation, move generation/validation and time control utilities.
https://docs.rs/shogi/latest/shogi/
MIT License
46 stars 3 forks source link

Fix typo and reference link #40

Closed gemmaro closed 2 years ago

gemmaro commented 2 years ago

Fixed typo and link in src/position.rs.

nozaq commented 2 years ago

@gemmaro Thank you, LGTM!