This is a python3 library of Minishogi (a variant of Shogi) written in Rust.
You can use this library by building from source or downlaoding the wheel file from release.
The wheel file can be generated by maturin.
maturin build --release
The wheel file is generated at ./target/wheels/ and you can install it via pip3.
pip3 install <GENERATED WHEEL FILE>