pub fn create_fs_from_stdin() -> Result<Box<dyn DiskFS>, Box<dyn Error>>
Calls create_fs_from_bytestream getting the bytes from stdin. All image types and file systems will be tried heuristically.
create_fs_from_bytestream