Module fs

Module fs 

Source
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§

RealFileSystem
Production filesystem implementation using std::fs.

Traits§

FileSystem
Abstraction over filesystem operations for testability.