1 2 3 4 5 6 7
use shortcut_assert_fs::TmpFs; #[allow(dead_code)] pub fn init() -> TmpFs { TmpFs::new().unwrap() }