Module madsim::fs[][src]

Expand description

Asynchronous file system.

Structs

A reference to an open file on the filesystem.

File system handle to the runtime.

Metadata information about a file.

Functions

Given a path, query the file system to get information about a file, directory, etc.

Read the entire contents of a file into a bytes vector.