legal_chess 0.4.22

library that generates legal chess moves given a board
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "legal_chess"
version = "0.4.22"
authors = ["Paul Schaaf"]
edition = "2018"
repository = "https://github.com/paul-schaaf/legal_chess"
license = "MIT"
readme = "README.md"
description = "library that generates legal chess moves given a board"
homepage = "https://github.com/paul-schaaf/legal_chess"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]