PyO3 / maturin

Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
https://maturin.rs
Apache License 2.0
3.96k stars 275 forks source link

Switch most integration tests to cffi #2272

Open konstin opened 1 month ago

konstin commented 1 month ago

Currently, most integration tests use pyo3. That is slow to compile, especially on CI. We should move most of them to cffi, which is much faster.