pyo3 0.28.3

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
7
pub use anyref::{PyWeakref, PyWeakrefMethods};
pub use proxy::PyWeakrefProxy;
pub use reference::PyWeakrefReference;

pub(crate) mod anyref;
pub(crate) mod proxy;
pub(crate) mod reference;