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§
Functions§
- resolve_
interpreter_ config - Gets the configuration for use from PyO3’s build script.