Function unzip

Source
pub fn unzip(
    graph: Arc<Mutex<Graph>>,
    path: String,
    output_dir: Option<String>,
) -> Result<Directory, Error>