Registry / async / futures-fs

futures-fs

JSON →
library0.0.5rscratesunverified

A Futures implementation for File System operations, enabling async file I/O.

# Cargo.toml [dependencies] futures-fs = "0.0.5"
INSTALL
IMPORT
SIG · FUTURES-FS
F
futures-fs
asyncrustv0.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FsPool
use futures_fs::FsPool;

Minimal usage of the futures-fs crate to create a file system pool.

use futures_fs::FsPool; fn main() { let pool = FsPool::new(4); println!("File system pool created"); }
Debug
Known issues
breakingDeprecated in favor of tokio::fs or async-std::fs; no longer actively maintained.
fix
Migrate to tokio::fs or async-std::fs for async file operations.
affects: >=0.0.5
Upgrade
Version history
0.0.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
OpenAI (training)
1
Resources
futures-fs — cargo add futures-fs · libregistry