Expand description
Filesystem abstraction for testability.
This module provides a trait for filesystem operations, allowing tests to mock the filesystem without touching real files.
Modules§
- test_
support - In-memory filesystem for testing.
Structs§
- Real
File System - Production filesystem implementation using
std::fs.
Traits§
- File
System - Abstraction over filesystem operations for testability.