File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1111
1212* PyO3 Asyncio API Documentation: [ stable] ( https://docs.rs/pyo3-asyncio/ ) | [ master] ( https://awestlake87.github.io/pyo3-asyncio/master/doc )
1313
14- * PyO3 Guide for Async / Await [ stable] ( https://pyo3.rs/v0.13.2/ecosystem/async-await.html ) | [ main] ( https://pyo3.rs/main/ecosystem/async-await.html )
14+ * Guide for Async / Await [ stable] ( https://pyo3.rs/v0.13.2/ecosystem/async-await.html ) | [ main] ( https://pyo3.rs/main/ecosystem/async-await.html )
1515
1616* Contributing Notes: [ github] ( https://github.com/awestlake87/pyo3-asyncio/blob/master/Contributing.md )
1717
@@ -83,10 +83,6 @@ Make your project depend on `pyo3` with the `extension-module` feature enabled a
8383
8484For ` async-std ` :
8585``` toml
86- [lib ]
87- name = " my_async_module"
88- crate-type = [" cdylib" ]
89-
9086[dependencies ]
9187pyo3 = { version = " 0.13" , features = [" extension-module" ] }
9288pyo3-asyncio = { version = " 0.13" , features = [" async-std-runtime" ] }
@@ -95,10 +91,6 @@ async-std = "1.9"
9591
9692For ` tokio ` :
9793``` toml
98- [lib ]
99- name = " my_async_module"
100- crate-type = [" cdylib" ]
101-
10294[dependencies ]
10395pyo3 = { version = " 0.13" , features = [" extension-module" ] }
10496pyo3-asyncio = { version = " 0.13" , features = [" tokio-runtime" ] }
You can’t perform that action at this time.
0 commit comments