chess-huffman

Crates.iochess-huffman
lib.rschess-huffman
version
sourcesrc
created_at2022-07-12 19:40:01.405059
updated_at2024-10-12 10:56:19.821424
descriptionCompresses chess games using Huffman coding
homepage
repositoryhttps://github.com/thomas-daniels/rust-chess-huffman
max_upload_size
id624630
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Thomas Daniels (thomas-daniels)

documentation

README

crates.io docs.rs

chess-huffman

A Rust crate for Huffman compression of chess games. Builds upon huffman-compress2, Niklas Fiekas's crates shakmaty 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: 73

cargo fmt