Docs.rs
io-extras-0.18.3
io-extras 0.18.3
Docs.rs crate page
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
async-std ^1.13.0
normal
optional
io-lifetimes ^2.0.0
normal
mio ^1.0.2
normal
optional
os_pipe ^1.2.1
normal
optional
socket2 ^0.5.7
normal
optional
tokio ^1.6.0
normal
optional
os_pipe ^1.0.0
dev
windows-sys ^0.52.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
io_
extras
0.18.3
Module borrowed
Module Items
Structs
In crate io_
extras
io_extras
Module
borrowed
Copy item path
Source
Expand description
BorrowedReadable
and
BorrowedWriteable
.
Structs
ยง
Borrowed
Readable
An owning I/O handle that implements
Read
.
Borrowed
Writeable
An owning I/O handle that implements
Write
.