Registry / other / shakmaty

shakmaty

JSON →
library0.30.0rscratesunverified

Chess and chess variant rules and operations, including move generation and validation.

# Cargo.toml [dependencies] shakmaty = "0.30.0"
INSTALL
IMPORT
SIG · SHAKMATY
S
shakmaty
otherrustv0.30.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Chess
use shakmaty::Chess;

Creates a default chess game instance.

use shakmaty::Chess; fn main() { let game = Chess::default(); println!("Game started: {:?}", game); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.30.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
shakmaty — cargo add shakmaty · libregistry