setuptools-rust icon indicating copy to clipboard operation
setuptools-rust copied to clipboard

Setuptools plugin for Rust support

Results 15 setuptools-rust issues
Sort by recently updated
recently updated
newest added

Hi, I have a package in rust using PyO3 that I need to build inside a docker container as part of a multi-stage build and pass it to the `runtime`...

When using `cargo-zigbuild`, target triples may include additional suffixes like glibc versions (e.g. `aarch64-unknown-linux-gnu.2.17`). This change strips any suffix after the dot to ensure compatibility with rustc, which only accepts...

I have a rust crate in a workspace with a local dependency. Basically I have ``` project_workspace_dir ├─project-core └─project-python ``` And my `project_python` depends on `project_core` in `Cargo.toml` like this:...

Bumps the docs-dependencies group with 2 updates in the /docs directory: [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints). Updates `sphinx` from 8.2.3 to 9.0.1 Release notes Sourced from sphinx's releases. Sphinx 9.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html...

dependencies
python