win-rar 0.1.0

A Windows archive manager supporting ZIP, 7z, RAR, TAR with encryption, shell integration, and drag-and-drop
1
2
3
4
5
6
7
8
// Copyright (c) 北京锋通科技有限公司 — 郭玉峰、吴琼
// SPDX-License-Identifier: MIT

pub mod types;
pub mod zip_engine;
pub mod rar_engine;
pub mod sevenz_engine;
pub mod tar_engine;