1//! Runtime inspection of objects exposed to Python. 2//! 3//! Tracking issue: <https://github.com/PyO3/pyo3/issues/2454>. 4pub mod types;