a2kit

Function create_fs_from_stdin

source
pub fn create_fs_from_stdin() -> Result<Box<dyn DiskFS>, Box<dyn Error>>
Expand description

Calls create_fs_from_bytestream getting the bytes from stdin. All image types and file systems will be tried heuristically.