bosk 0.1.0

Pure-Rust LightGBM inference: parses the text model format directly — no FFI, zero deps. Optional ONNX Runtime and CatBoost backends behind the same small Model trait.
Documentation
1
2
3
4
5
6
7
# Pin formatting so `cargo fmt` is reproducible for all contributors,
# independent of any global ~/.rustfmt.toml.
max_width = 70
array_width = 70
chain_width = 70
fn_call_width = 70
short_array_element_width_threshold = 20