Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/system-interface
/ io_ext.rs
File
io_ext.rs
src/io/io_ext.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use io_lifetimes::{AsFilelike, AsSocketlike};
2
use std::fmt::Arguments;
3
use std::io::{self, IoSlice, IoSliceMut, Read, Write};
4
use std::slice;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected