pyo3 0.28.3

Bindings to Python interpreter
Documentation
1
2
3
4
/// 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;