monster_chess 0.0.13

A fairy chess movegen library that can be easily extended to new chess-adjacent games.
Documentation
[[bench]]
harness = false
name = "chess-perft"
[dependencies.fastrand]
version = "1.9.0"

[dependencies.heapless]
version = "0.7.16"

[dependencies.shell-words]
version = "1.1.0"
[dev-dependencies.criterion]
version = "0.4"

[package]
categories = ["games"]
description = "A fairy chess movegen library that can be easily extended to new chess-adjacent games."
edition = "2021"
keywords = ["chess", "ataxx", "movegen"]
license = "MIT"
name = "monster_chess"
readme = "README.md"
repository = "https://github.com/chesstastic-org/monster-chess"
version = "0.0.13"
[profile.release]
debug = true