forked fromdanburkert/fs2-rs
- Notifications
You must be signed in to change notification settings - Fork14
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 with rustix.
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHEMIT
LICENSE-MITNotificationsYou must be signed in to change notification settings
al8n/fs4-rs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Extended utilities for working with files and filesystems in Rust.
This is a fork of thefs2-rs crate, the aim for this fork is to supportasync
and replacelibc
byrustix.
std
[dependencies]fs4 = {version ="0.13",features = ["sync"] }
[dependencies]fs4 = {version ="0.13",features = ["async-std"] }
[dependencies]fs4 = {version ="0.13",features = ["fs-err2"] }
[dependencies]fs4 = {version ="0.13",features = ["fs-err2-tokio"] }
[dependencies]fs4 = {version ="0.13",features = ["fs-err3"] }
[dependencies]fs4 = {version ="0.13",features = ["fs-err3-tokio"] }
[dependencies]fs4 = {version ="0.13",features = ["smol"] }
[dependencies]fs4 = {version ="0.13",features = ["tokio"] }
- file locks.
- file (pre)allocation.
- file allocation information.
- filesystem space usage information.
- async-std support
- fs-err
- smol support
- tokio support
fs4
is primarily distributed under the terms of both the MIT license and theApache License (Version 2.0).
SeeLICENSE-APACHE,LICENSE-MIT for details.
Copyright (c) 2025 Al Liu.
Copyright (c) 2015 Dan Burkert.
About
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 with rustix.
Topics
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHEMIT
LICENSE-MITStars
Watchers
Forks
Packages0
No packages published
Languages
- Rust100.0%