fn filesystem(
packages: &HashMap<PackageId, Container>,
pkg: &ResolvedPackage,
root_is_local_dir: bool,
) -> Result<Box<dyn FileSystem + Send + Sync>, Error>Expand description
Given a set of ResolvedFileSystemMappings and the [Container] for each
package in a dependency tree, construct the resulting filesystem.