Docs.rs
compio-fs-0.5.1
compio-fs 0.5.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Berrysoft
Dependencies
cfg-if ^1.0.0
normal
compio-buf ^0.5.0
normal
compio-driver ^0.5.0
normal
compio-io ^0.4.0
normal
compio-runtime ^0.5.0
normal
compio-macros ^0.1.2
dev
compio-runtime ^0.5.0
dev
futures-util ^0.3.29
dev
tempfile ^3.8.1
dev
windows-sys ^0.52.0
dev
libc ^0.2.149
normal
os_pipe ^1.1.4
normal
nix ^0.29.0
dev
widestring ^1.0.2
normal
windows-sys ^0.52.0
normal
windows-sys ^0.52.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
compio_
fs
0.5.1
Module pipe
Module Items
Structs
Functions
In crate compio_
fs
Module
compio_fs
::
pipe
Copy item path
source
·
[
−
]
Available on
Unix
only.
Expand description
Unix pipe types.
Structs
§
Open
Options
Options and flags which can be used to configure how a FIFO file is opened.
Receiver
Reading end of a Unix pipe.
Sender
Writing end of a Unix pipe.
Functions
§
anonymous
Creates a pair of anonymous pipe.