Docs.rs
pyo3_bindgen_engine-0.5.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pyo3_bindgen_engine 0.5.0
Engine for automatic generation of Rust bindings to Python modules
Crate
Source
Builds
Feature flags
Documentation
Hide files
benches
src
tests
.cargo_vcs_info.json
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
README.md
1
2
3
4
fn
main
(
)
{
//
Expose #[cfg] flags of pyo3
pyo3_build_config
::
use_pyo3_cfgs
(
)
;
}