Skip to content

Files

This branch is 1 commit ahead of, 7510 commits behind pola-rs/polars:main.

python_rust_compiled_function

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