PyO3 utilities for integrating Python's Asyncio event loop with Rust async code.
# Cargo.toml
[dependencies]
pyo3-asyncio = "0.20.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal async main using pyo3-asyncio with async-std runtime.
Add `features = ["async-std"]` or `features = ["tokio"]` to your Cargo.toml dependency.
No dependency data recorded yet.