Module io_providers::fs[][src]

Defines traits and implementations for filesystem manipulation operations.

Structs

NativeFs

Provides access to native file I/O.

OpenOptions

Options and flags which can be used to configure how a file is opened.

TempFs

Provides access to file I/O in a chroot-like temporary filesystem, located in the system's default temp directory. This temporary directory acts like the root of the filesystem: all absolute paths are relative to it, and any path which would traverse out of it is considered invalid.

Traits

Fs

Provides access to file I/O.