Expand description
The workspace filesystem contract (WorkspaceFs) over the local filesystem (B2).
Read-only by construction: the trait has no write method, so a product that uses
this adapter cannot modify a repository through it. Every access is confined to a
user-confirmed WorkspaceRoot; a path that escapes it — including via a symlink —
is refused with a permission error.
Structs§
- StdWorkspace
Fs - Reads files and lists directories with the standard library.