Docs.rs
runa-io-0.0.1-alpha1
runa-io 0.0.1-alpha1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
yshui
Dependencies
async-io ^1.9.0
normal
backtrace ^0.3.66
normal
byteorder ^1.4.3
normal
bytes ^1
normal
derivative ^2.2.0
normal
futures-core ^0.3.24
normal
futures-lite ^1.11.0
normal
libc ^0.2.132
normal
nix ^0.26
normal
pin-project-lite ^0.2
normal
runa-io-traits ^0.0.1-alpha1
normal
smol ^1.2.5
normal
tinyvec ^1.6.0
normal
tracing ^0.1
normal
anyhow ^1.0.65
dev
arbitrary ^1.1.6
dev
futures-executor ^0.3.24
dev
futures-test ^0.3.25
dev
rand ^0.8.5
dev
runa-wayland-protocols ^0.1.0
dev
runa-wayland-types ^0.1.0
dev
smol ^1.2.5
dev
tracing-subscriber ^0.3.15
dev
Versions
17.39%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
runa_io
0.0.1-alpha1
runa_io
Function
split_unixstream
Copy item path
Source
pub fn split_unixstream(stream:
UnixStream
) ->
Result
<(
ReadWithFd
,
WriteWithFd
)>