Skip to content

Support a parametric layered FileSystem #5

@jaybosamiya-ms

Description

@jaybosamiya-ms

Roughly, layered::FileSystem<UPPER: fs::FileSystem, LOWER: fs::FileSystem> such that the upper layer is read/write, the lower layer is read-only. Any reading calls, if they fail to find something in the upper layer, go down to lower layer; any writing calls will only hit upper layer.

This can be useful with #1. Specifically, layered::FileSystem<in_mem::FileSystem, tar::FileSystem> would allow for an easy way to have the initial files.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions