Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/system-interface
/ is_read_write.rs
File
is_read_write.rs
src/io/is_read_write.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use std::io;
2
#[cfg(not(windows))]
3
use {io_lifetimes::AsFilelike, rustix::io::is_read_write};
4
#[cfg(windows)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected