Logging bridge from pyo3 native extension to Python logging.
# Cargo.toml
[dependencies]
pyo3-log = "0.13.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example importing the Logger type from pyo3-log.
Ensure pyo3 is initialized (e.g., with `pyo3::prepare_freethreaded_python()`) before using pyo3_log.
No dependency data recorded yet.