Description
Integrates Rust extension modules into Python packaging workflows using setuptools. It helps projects build native Rust code for Python packages without treating the extension as a separate manual build step.
Developers use it during packaging and installation. Builds depend on Rust, Cargo, Python headers, and platform toolchains, so review compiler output when native extension builds fail.