maturin: Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as Python packages
資深大佬 : messense 25
GitHub: https://github.com/PyO3/maturin User Guide: https://maturin.rs
之前 /t/816053 想做的使用 PyPI 分发二进制文件的事情,使用 Rust 就很简单:
$ maturin build --release -b bin
举个例子: https://github.com/messense/auditwheel-symbols ,PyPI 地址: https://pypi.org/project/auditwheel-symbols/
GitHub Actions 上可以比较方便地构建 manylinux/musllinux 兼容的 wheel: https://github.com/messense/maturin-action
大佬有話說 (0)