chess_compression

Crates.iochess_compression
lib.rschess_compression
version0.2.0
sourcesrc
created_at2022-02-07 17:26:30.789272
updated_at2024-08-08 12:36:06.22926
descriptionA chess compression library
homepage
repositoryhttps://github.com/arnsholt/chess_compression
max_upload_size
id528524
size92,749
Arne Skjærholt (arnsholt)

documentation

README

A chess compression library

This crate is a straight port of the Lichess move compression code from Java to Rust, but with a slightly different API. The Rust code passes the same test corpus as the Java code, so it should be compatible with compressed data from that library, but this hasn't been explored beyond passing the test corpus.

Commit count: 10

cargo fmt