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
FileSystembacked by the standard library’sstd::fs.
Traits§
- File
System - A minimal file-system interface.