Docs.rs
fs4-0.13.1
fs4 0.13.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
al8n
Dependencies
async-std ^1
normal
optional
fs-err ^2
normal
optional
fs-err ^3
normal
optional
smol ^2
normal
optional
tokio ^1
normal
optional
async-std ^1
dev
fs-err ^2
dev
fs-err ^3
dev
libc ^0.2
dev
smol-potat ^1.1
dev
tempfile ^3
dev
tokio ^1
dev
rustix ^1
normal
windows-sys ^0.59
normal
Versions
90.59%
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
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
Files
fs4/
file_ext.rs
1
cfg_sync!
(
2
pub
(
crate
)
mod
sync_impl;
3
);
4
5
cfg_async!
(
6
pub
(
crate
)
mod
async_impl;
7
);