zng_task/
fs.rs

1//! Async filesystem primitives.
2//!
3//! This module is the [async-fs](https://docs.rs/async-fs) crate re-exported for convenience.
4
5#[doc(inline)]
6pub use async_fs::*;