pyo3-asyncio 0.20.0

PyO3 utilities for Python's Asyncio library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Thank you for contributing to pyo3-asyncio!

Please consider adding the following to your pull request:
 - an entry in CHANGELOG.md
 - docs to all new functions and / or detail in the guide
 - tests for all new or changed functions

Be aware the CI pipeline will check your pull request for the following:
 - Rust tests (Just `cargo test`)
 - Rust lints (`make clippy`)
 - Rust formatting (`cargo fmt`)
 - Python formatting (`black . --check`. You can install black with `pip install black`)