Skip to content
hyperpolymath edited this page Aug 8, 2026 · 1 revision

API Internals

The internal API for communicating between the Rust parser and Python engine uses PyO3.

PyO3 Bindings

The Rust struct MetadataPayload is exposed to Python. It implements the buffer protocol, allowing zero-copy transfers of large arrays of parsed values directly into NumPy/Polars memory space.

Clone this wiki locally