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