Module pyo3_build_script_impl

Source
Expand description

Private exports used in PyO3’s build.rs

Please don’t use these - they could change at any time.

Re-exports§

pub use crate::impl_::cargo_env_var;
pub use crate::impl_::env_var;
pub use crate::impl_::is_linking_libpython;
pub use crate::impl_::make_cross_compile_config;
pub use crate::impl_::InterpreterConfig;
pub use crate::impl_::PythonVersion;

Modules§

errors

Functions§

resolve_interpreter_config
Gets the configuration for use from PyO3’s build script.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here