Skip to main content

Crate _native

Crate _native 

Source
Expand description

Python bindings entrypoint

The real PyO3 bindings live in bindings.rs and are only compiled when the python-bindings feature is enabled. Without that feature, we build a stub so cargo test --workspace can run on hosts without a Python toolchain.

Constants§

PYTHON_BINDINGS_ENABLED

Functions§

bindings_disabled_reason
Explain why the bindings are unavailable in this build.