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
6
import pytest
import {{ crate_name }}


def test_sum_as_string():
    assert {{ crate_name }}.sum_as_string(1, 1) == "2"