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 cc5c233 commit ec40d99Copy full SHA for ec40d99
setuptools_rust/extension.py
@@ -35,7 +35,7 @@ class Binding(IntEnum):
35
PyO3: This is an extension built using
36
`PyO3 <https://github.com/pyo3/pyo3>`_.
37
RustCPython: This is an extension built using
38
- `rust-cpython <https://github.com/dgrunwald/rust_cpython>`_.
+ `rust-cpython <https://github.com/dgrunwald/rust-cpython>`_.
39
NoBinding: Bring your own bindings for the extension.
40
Exec: Build an executable instead of an extension.
41
"""
0 commit comments