Crates.io | shogi_official_kifu |
lib.rs | shogi_official_kifu |
version | 0.1.2 |
source | src |
created_at | 2022-06-23 12:55:09.889495 |
updated_at | 2023-01-02 14:27:56.07552 |
description | The official notation of shogi moves |
homepage | |
repository | https://github.com/rust-shogi-crates/shogi_official_kifu/tree/main/shogi_official_kifu |
max_upload_size | |
id | 611843 |
size | 37,068 |
rlib
)This crate provides functions that convert moves into string representations described in https://www.shogi.or.jp/faq/kihuhyouki.html.
Examples: ▲28飛成
(A rook moves to 2h, after which it promotes)
飛
means a rook, and 成
means promotion.
Examples: ▲2八飛成
(八
is a Chinese character that represents "8".)
std
: std
-related functionalities are made available. Enabled by default.kansuji
: Functions that emit strings in traditional notation are available. Enabled by default.