We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581e7f8 commit a9a04c5Copy full SHA for a9a04c5
setuptools_rust/extension.py
@@ -69,6 +69,7 @@ class RustExtension:
69
``args=["--no-default-features"]`` will disable the default
70
features listed in ``Cargo.toml``.
71
features: A list of Cargo features to also build.
72
+ rustc_flags: A list of additional flags passed to rustc.
73
rust_version: Minimum Rust compiler version required for this
74
extension.
75
quiet: Suppress Cargo's output.
0 commit comments