Metadata-Version: 2.4
Name: treelite_rs
Version: 0.1.0
Summary: PyO3 binding for treelite-rs: a from-scratch Rust rewrite of Treelite.
License: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# treelite_rs

PyO3 Python binding for [treelite-rs](../../README.md) — a from-scratch Rust
rewrite of [Treelite](https://github.com/dmlc/treelite).

This is the sole external language binding for the project (no C-API). It exposes
load → predict → serialize directly over the Rust core, with predictions
validated to match upstream Treelite within `1e-5`.

Build into the active environment:

```bash
maturin develop
```

