Docs.rs
pyo3-async-0.3.2
pyo3-async 0.3.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
wyfo
Dependencies
futures ^0.3
normal
pin-project ^1
normal
optional
pyo3 >=0.18, <0.21
normal
pyo3-async-macros =0.3.2
normal
optional
Versions
92.86%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pyo3_
async
0.3.2
Module trio
Module Items
Structs
In crate pyo3_
async
pyo3_async
Module
trio
Copy item path
Source
Expand description
trio
compatible coroutine and async generator implementation.
Structs
ยง
Async
Generator
Python async generator wrapping a
PyStream
.
Coroutine
Python coroutine wrapping a
PyFuture
.