Crates.io | shogi-kifu-converter |
lib.rs | shogi-kifu-converter |
version | 0.2.2 |
source | src |
created_at | 2022-07-31 12:49:10.017923 |
updated_at | 2024-07-26 15:05:56.640954 |
description | Shogi kifu parsers and converters |
homepage | |
repository | https://github.com/sugyan/shogi-kifu-converter |
max_upload_size | |
id | 636135 |
size | 197,841 |
A Rust library that defines structs compatible with json-kifu-format, containing parsers and converters for Shogi kifu (game record) for converting to and from json-kifu-format. And, it also provides conversion from JsonKifuFormat
type to shogi_core
's Position
type.
See github.com/na2hiro/json-kifu-format.