aboutsummaryrefslogtreecommitdiffstats
path: root/examples/input/mod.rs
diff options
context:
space:
mode:
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;