Skip to content

Latest commit

 

History

History
 
 

python_rust_compiled_function

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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