pyo3 0.20.0

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
#[macro_use]
pub(crate) mod common {
    use crate as pyo3;
    include!("./common.rs");
}

/// Test macro hygiene - this is in the crate since we won't have
/// `pyo3` available in the crate root.
#[cfg(all(test, feature = "macros"))]
mod hygiene;