chess-huffman

Crates.iochess-huffman
lib.rschess-huffman
version0.4.0
sourcesrc
created_at2022-07-12 19:40:01.405059
updated_at2024-04-02 18:00:46.956871
descriptionCompresses chess games using Huffman coding
homepage
repositoryhttps://github.com/thomas-daniels/rust-chess-huffman
max_upload_size
id624630
size71,566
Thomas Daniels (thomas-daniels)

documentation

README

crates.io docs.rs

chess-huffman

A Rust crate for Huffman compression of chess games. Builds upon Niklas Fiekas's crates shakmaty, huffman-compress and pgn-reader, and his blog post on the topic and Java implementation.

Refer to the documentation for up-to-date usage examples:

  • Encoding a game: encode_game, encode_pgn, MoveByMoveEncoder
  • Decoding a game: decode_game, MoveByMoveDecoder
Commit count: 60

cargo fmt