Module photonio_uring::fs

source ·
Expand description

Primitives for asynchronous filesystem operations.

This module is an async version of std::fs.

Structs

A reference to an open file.
Metadata information about a file.
Options to configure how a file is opened.

Functions

An async version of std::fs::create_dir.
An async version of std::fs::remove_dir.
An async version of std::fs::remove_file.
An async version of std::fs::rename.