Docs.rs
unix-ipc-0.2.2
unix-ipc 0.2.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mitsuhiko
Dependencies
bincode ^1.2.1
normal
optional
libc ^0.2.67
normal
nix ^0.23.0
normal
rand ^0.8.0
normal
optional
serde ^1.0.104
normal
optional
Versions
61.9%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
unix_
ipc
0.2.2
unix_ipc
Function
raw_channel
Copy item path
Source
pub fn raw_channel() ->
Result
<(
RawSender
,
RawReceiver
)>
Expand description
Creates a raw connected channel.