We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfc396 commit 22b381aCopy full SHA for 22b381a
README.md
@@ -0,0 +1,5 @@
1
+# pipe-rs
2
+
3
+```Rust
4
+pipe(W: AsyncWrite, R: AsyncRead>() -> (W, R)
5
+```
0 commit comments