22 releases (6 breaking)
0.12.0 | Nov 30, 2024 |
---|---|
0.10.0 |
|
0.9.1 | Jul 30, 2024 |
0.8.1 | Mar 8, 2024 |
0.5.4 | Dec 31, 2021 |
#23 in Filesystem
726,220 downloads per month
Used in 188 crates
(52 directly)
81KB
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.12", features = ["sync"] }
-
[dependencies] fs4 = { version = "0.12", features = ["async-std"] }
-
[dependencies] fs4 = { version = "0.12", features = ["fs-err2"] }
-
[dependencies] fs4 = { version = "0.12", features = ["fs-err2-tokio"] }
-
[dependencies] fs4 = { version = "0.12", features = ["fs-err3"] }
-
[dependencies] fs4 = { version = "0.12", features = ["fs-err3-tokio"] }
-
[dependencies] fs4 = { version = "0.12", features = ["smol"] }
-
[dependencies] fs4 = { version = "0.12", 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
~164K SLoC