shogi_legality_lite

Crates.ioshogi_legality_lite
lib.rsshogi_legality_lite
version0.1.2
sourcesrc
created_at2022-06-06 14:30:24.223691
updated_at2022-08-05 10:57:57.869323
descriptionLegality checking in shogi without tables
homepage
repositoryhttps://github.com/rust-shogi-crates/shogi_legality_lite/tree/main/shogi_legality_lite
max_upload_size
id600773
size67,430
Hiroki Kobayashi (koba-e964)

documentation

https://docs.rs/shogi_legality_lite

README

Rust shogi crates: Legality Checker (lite version) (rlib)

crate docs Rust Version license

This crate handles legality checking of moves in shogi.

Functions in this crate use no constant tables. This crate is no_std-aware, which means this crate is useful in embedded systems as well as ordinary applications.

Benchmark results are available at https://rust-shogi-crates.github.io/shogi_legality_lite/dev/bench/.

Available features

  • alloc: alloc-related functionalities are made available. Enabled by default.
  • std: std-related functionalities are made available. Implies alloc. Enabled by default.
Commit count: 0

cargo fmt