pub fn dumpfile_to_filesystem<ObjectID: FsVerityHashValue>(
dumpfile: &str,
) -> Result<FileSystem<ObjectID>>Expand description
Parse a dumpfile string and build a complete FileSystem.
The dumpfile must start with a root directory entry (/) which provides
the root metadata. Returns an error if no root entry is found.