Skip to content

Commit c9ee46f

Browse files
authored
docs: Removed references to unmaintained pyo3-asyncio crate (#4910)
* Removed references to unmaintained pyo3-asyncio crate * Applied CR suggestions
1 parent 241080a commit c9ee46f

File tree

3 files changed

+6
-546
lines changed

3 files changed

+6
-546
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ about this topic.
178178
- [dict-derive](https://github.com/gperinazzo/dict-derive) _Derive FromPyObject to automatically transform Python dicts into Rust structs_
179179
- [pyo3-log](https://github.com/vorner/pyo3-log) _Bridge from Rust to Python logging_
180180
- [pythonize](https://github.com/davidhewitt/pythonize) _Serde serializer for converting Rust objects to JSON-compatible Python objects_
181-
- [pyo3-asyncio](https://github.com/awestlake87/pyo3-asyncio) _Utilities for working with Python's Asyncio library and async functions_
181+
- [pyo3-async-runtimes](https://github.com/PyO3/pyo3-async-runtimes) _Utilities for interoperability with Python's Asyncio library and Rust's async runtimes._
182182
- [rustimport](https://github.com/mityax/rustimport) _Directly import Rust files or crates from Python, without manual compilation step. Provides pyo3 integration by default and generates pyo3 binding code automatically._
183183
- [pyo3-arrow](https://crates.io/crates/pyo3-arrow) _Lightweight [Apache Arrow](https://arrow.apache.org/) integration for pyo3._
184184
- [pyo3-bytes](https://crates.io/crates/pyo3-bytes) _Integration between [`bytes`](https://crates.io/crates/bytes) and pyo3._

0 commit comments

Comments
 (0)