maturin 1.12.1

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
7
8
9
10
11
12
13
14
15
mod audit;
mod musllinux;
pub mod patchelf;
mod platform_tag;
mod policy;
mod repair;
#[cfg(feature = "sbom")]
pub mod sbom;
#[cfg(feature = "sbom")]
mod whichprovides;

pub use audit::*;
pub use platform_tag::PlatformTag;
pub use policy::Policy;
pub use repair::find_external_libs;