schachmatt 0.3.0

A chess library
Documentation
1
2
3
4
5
6
pub(crate) enum MoveLegality {
    Legal,
    TemporarelyIllegal,
    LastLegal,
    FullyIllegal,
}