mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
345423cf76
Follow up to #22157. This leaves us with 4 usages of `ensureFastOps()` in `deno` itself. There's also about 150 usages of `Deno.core.ops.<op_name>` left as well. |
||
---|---|---|
.. | ||
12_io.js | ||
Cargo.toml | ||
fs.rs | ||
lib.rs | ||
README.md |
deno_io
This crate provides IO primitives for other Deno extensions, this includes stdio streams and abstraction over File System files.