Async filesystem primitives for reading, writing, and managing files and directories.
# Cargo.toml
[dependencies]
async-fs = "2.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and write to a file asynchronously
Add an async runtime dependency and use `block_on` or `#[tokio::main]`
No dependency data recorded yet.