Skip to main content

Crate origin_workspace_fs

Crate origin_workspace_fs 

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

StdWorkspaceFs
Reads files and lists directories with the standard library.