Skip to main content

Module real

Module real 

Source
Expand description

The std::fs-backed FileSystemService. The one place in the workspace that is allowed to touch std::fs — everything else goes through the trait (ARCHITECTURE.md §7.4).

Structs§

RealFileSystem
Reads and writes the actual filesystem. Stateless, so it is cheap to share across the worker thread and any future services that need it.