chess-turn-engine 0.1.1

Chess turn engine library with all chess rules implemented. Can be used to implement a chess game.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "chess-notation-parser"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a0351bc278d7203d51ac51e144537a0c3d1780830057ee0b2f631125d4a61c9"

[[package]]
name = "chess-turn-engine"
version = "0.1.1"
dependencies = [
 "chess-notation-parser",
]