shogi_official_kifu

Crates.ioshogi_official_kifu
lib.rsshogi_official_kifu
version0.1.2
sourcesrc
created_at2022-06-23 12:55:09.889495
updated_at2023-01-02 14:27:56.07552
descriptionThe official notation of shogi moves
homepage
repositoryhttps://github.com/rust-shogi-crates/shogi_official_kifu/tree/main/shogi_official_kifu
max_upload_size
id611843
size37,068
Hiroki Kobayashi (koba-e964)

documentation

https://docs.rs/shogi_official_kifu

README

Rust shogi crates: Official notation of moves (rlib)

crate docs Rust Version license

This crate provides functions that convert moves into string representations described in https://www.shogi.or.jp/faq/kihuhyouki.html.

Notations

Official notation

Examples: ▲28飛成 (A rook moves to 2h, after which it promotes) means a rook, and means promotion.

Traditional notation

Examples: ▲2八飛成 ( is a Chinese character that represents "8".)

Available features

  • std: std-related functionalities are made available. Enabled by default.
  • kansuji: Functions that emit strings in traditional notation are available. Enabled by default.
Commit count: 0

cargo fmt