Using pyo3 and maturin we could re-implement the functions that are now implemented in c and cython extension in rust. Pros: - modern - wasm - run without python, just rust - no more setup.py Cons: - c and cython work
Using pyo3 and maturin we could re-implement the functions that are now implemented in c and cython extension in rust.
Pros:
Cons: