maturin 1.13.0

Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
Documentation
1
2
3
4
5
{%- if bindings == "uniffi" -%}
fn main() {
    uniffi::generate_scaffolding("./src/example.udl").unwrap();
}
{% endif -%}