pyo3 0.29.0

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
7
8
//! Holding place for code which is not intended to be reachable from outside of PyO3.

#[macro_use]
pub(crate) mod macros;

pub(crate) mod get_slot;
pub(crate) mod pyclass_init;
pub(crate) mod state;