summaryrefslogtreecommitdiff
path: root/ext/io/README.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-04 20:39:48 -0400
committerGitHub <noreply@github.com>2023-03-05 00:39:48 +0000
commit7afa3aceb04e6b2c8820b7326d6f648db6b571c6 (patch)
tree951ff96a156dee83cd4fd7615e3b422ca0cda448 /ext/io/README.md
parent4894e500cf8c60c2971d186d6a21b994bf36e7d1 (diff)
refactor(runtime): factor out deno_io extension crate (#18001)
This is a prerequisite to factor out FS ops to a separate crate.
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.