Crates.io | fs4 |
lib.rs | fs4 |
version | |
source | src |
created_at | 2021-12-31 12:10:21.897583 |
updated_at | 2024-11-07 18:22:17.540534 |
description | No libc, pure Rust cross-platform file locks. Original fs2, now supports async and replace libc by rustix. |
homepage | |
repository | https://github.com/al8n/fs4-rs |
max_upload_size | |
id | 505782 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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
.
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"] }
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.