Crates.io | chess_compression |
lib.rs | chess_compression |
version | 0.2.0 |
source | src |
created_at | 2022-02-07 17:26:30.789272 |
updated_at | 2024-08-08 12:36:06.22926 |
description | A chess compression library |
homepage | |
repository | https://github.com/arnsholt/chess_compression |
max_upload_size | |
id | 528524 |
size | 92,749 |
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.