Crates.io | bulletformat |
lib.rs | bulletformat |
version | |
source | src |
created_at | 2024-01-01 22:36:04.647022+00 |
updated_at | 2025-02-03 17:42:09.022854+00 |
description | Binary Data Formats, Data Loader and Utilities for bullet. |
homepage | |
repository | https://github.com/jw1912/bulletformat |
max_upload_size | |
id | 1085594 |
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` |
size | 0 |
Binary Data Formats, Data Loader and Utilities for bullet.
Exactly one data point per line.
<FEN> | <score> | <result>
FEN
has 'x'/'r', 'o'/'b' and '-' for red, blue and gaps/blockers, respectively, in the same format as FEN for chessscore
is red relative and an integerresult
is red relative and of the form 1.0
for win, 0.5
for draw, 0.0
for loss<FEN> | <score> | <result>
score
is white relative and in centipawnsresult
is white relative and of the form 1.0
for win, 0.5
for draw, 0.0
for loss