MCPcopy 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

1use io_lifetimes::{AsFilelike, AsSocketlike};
2use std::fmt::Arguments;
3use std::io::{self, IoSlice, IoSliceMut, Read, Write};
4use std::slice;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected