maturin · PyPI
pypi.org › project › maturinDec 31, 2021 · pip install maturin. There are four main commands: maturin new creates a new cargo project with maturin configured. maturin publish builds the crate into python packages and publishes them to pypi. maturin build builds the wheels and stores them in a folder ( target/wheels by default), but doesn't upload them.
maturin · PyPI
https://pypi.org/project/maturin31.12.2021 · Maturin. formerly pyo3-pack. Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages. This project is meant as a zero configuration replacement for setuptools-rust and milksnake.It supports building wheels for python 3.5+ on windows, linux, mac and freebsd, can upload them to pypi and has basic pypy support.