rskit-fs 0.1.0-alpha.2

Local filesystem primitives for paths, files, directories, temp files, and atomic writes
Documentation
1
2
3
4
5
6
7
8
//! Async filesystem operations.
//!
//! These APIs are Tokio-backed and are available with the `async` feature.

/// Async directory helpers.
pub mod dir;
/// Async file helpers.
pub mod file;