zip_archive 1.0.0

A library selecting 7z executable that are depending on the operating system, and run it with multithread.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.crossbeam-queue]
version = "0.3.5"

[dependencies.subprocess]
version = "0.2.8"
[dev-dependencies.fs_extra]
version = "1.2.0"

[package]
description = "A library selecting 7z executable that are depending on the operating system, and run it with multithread."
edition = "2021"
license = "MIT"
name = "zip_archive"
repository = "https://github.com/altair823/zip_archive"
resolver = "2"
version = "1.0.0"