summaryrefslogtreecommitdiff
path: root/ext/io/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ext/io/README.md')
-rw-r--r--ext/io/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/io/README.md b/ext/io/README.md
new file mode 100644
index 000000000..b66dda76e
--- /dev/null
+++ b/ext/io/README.md
@@ -0,0 +1,4 @@
+# deno_io
+
+This crate provides IO primitives for other Deno extensions, this includes stdio
+streams and abstraction over File System files.