monster_chess 0.0.24

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

[dependencies.fastrand]
version = "2.0.0"

[dependencies.heapless]
version = "0.8.0"

[dependencies.shell-words]
version = "1.1.0"

[dev-dependencies.criterion]
version = "0.5.1"

[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.24"

[profile.release]
debug = 2