chess-turn-engine 0.1.3

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
[dependencies.chess-notation-parser]
version = "0.2"

[package]
authors = ["Rqnsom"]
description = "Chess turn engine library with all chess rules implemented. Can be used to implement a chess game."
documentation = "https://docs.rs/chess-turn-engine/"
edition = "2021"
keywords = ["chess", "chess-turn-engine"]
license = "MIT"
name = "chess-turn-engine"
readme = "README.md"
repository = "https://github.com/Rqnsom/chess-turn-engine"
resolver = "2"
version = "0.1.3"