aboutsummaryrefslogtreecommitdiffstats
path: root/examples/input/mod.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-24 15:16:10 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 15:16:10 -0400
commit894ec4f24c1269166f14c05b2ae3f737f76dd571 (patch)
treeb30021b97dee11d1d5976561c42bd2cc59ee8762 /examples/input/mod.rs
parent090b50a13f0d07ae722dd9fe6ef064cd893ff6ec (diff)
downloadtokio-pty-process-stream-894ec4f24c1269166f14c05b2ae3f737f76dd571.tar.gz
tokio-pty-process-stream-894ec4f24c1269166f14c05b2ae3f737f76dd571.zip
add a couple examples
Diffstat (limited to 'examples/input/mod.rs')
-rw-r--r--examples/input/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/input/mod.rs b/examples/input/mod.rs
new file mode 100644
index 0000000..7288cbc
--- /dev/null
+++ b/examples/input/mod.rs
@@ -0,0 +1,2 @@
+pub mod buf;
+pub mod evented_stdin;