Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 277 Bytes

File metadata and controls

19 lines (13 loc) · 277 Bytes

Compile Custom Rust functions and use in python polars

Compile a development binary in your current environment

pip install -U maturin && maturin develop

Run

python example.py

Compile a release build

maturin develop --release