Docs.rs
heim-disk-0.1.0-rc.1
heim-disk 0.1.0-rc.1
Docs.rs crate page
Apache-2.0 OR MIT
Links
Repository
crates.io
Source
Owners
svartalf
Dependencies
bitflags ^1.0.4
normal
cfg-if ~1.0
normal
heim-common ^0.1.0-rc.1
normal
heim-runtime ^0.1.0-rc.1
normal
futures ~0.3
dev
heim-derive ^0.1.0-rc.1
dev
smol ~1.2
dev
version-sync ^0.9
dev
core-foundation ~0.9
normal
mach ^0.3.2
normal
widestring ^0.4.0
normal
winapi >=0.3.8
normal
libc ~0.2
normal
Versions
100%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
?
1
2
3
4
5
//! Unix-specific extensions.
mod
usage
;
pub
use
self
::
usage
::
*
;