21 unstable releases (5 breaking)
new 0.11.1 | Nov 7, 2024 |
---|---|
0.10.0 |
|
0.9.1 | Jul 30, 2024 |
0.8.1 | Mar 8, 2024 |
0.5.4 | Dec 31, 2021 |
#22 in Filesystem
683,156 downloads per month
Used in 174 crates
(48 directly)
76KB
1.5K
SLoC
fs4
Extended utilities for working with files and filesystems in Rust.
This is a fork of the fs2-rs crate, the aim for this fork is to support async
and replace libc
by rustix
.
Installation
-
std
[dependencies] fs4 = { version = "0.11", features = ["sync"] }
-
[dependencies] fs4 = { version = "0.11", features = ["async-std"] }
-
[dependencies] fs4 = { version = "0.11", features = ["fs-err"] }
-
[dependencies] fs4 = { version = "0.11", features = ["fs-err-tokio"] }
-
[dependencies] fs4 = { version = "0.11", features = ["smol"] }
-
[dependencies] fs4 = { version = "0.11", features = ["tokio"] }
Features
- file locks.
- file (pre)allocation.
- file allocation information.
- filesystem space usage information.
- async-std support
- fs-err
- smol support
- tokio support
License
fs4
is primarily distributed under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2021 Al Liu.
Copyright (c) 2015 Dan Burkert.
Dependencies
~1–13MB
~163K SLoC