pyo3_bindgen_engine 0.5.0

Engine for automatic generation of Rust bindings to Python modules
Documentation
1
2
3
4
fn main() {
    // Expose #[cfg] flags of pyo3
    pyo3_build_config::use_pyo3_cfgs();
}