Skip to main content

Module fs

Module fs 

Source
Expand description

File-system abstraction used to make I/O testable. File-system abstractions.

This crate uses a narrow FileSystem trait to allow unit tests to inject fake implementations without touching the real disk.

Structs§

StdFs
A FileSystem backed by the standard library’s std::fs.

Traits§

FileSystem
A minimal file-system interface.