unshield 0.1.0

Extract files from InstallShield Z archives.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.byteorder]
version = "1.3"

[dependencies.explode]
version = "0.1"

[package]
authors = ["Aaron Griffith <aargri@gmail.com>"]
categories = ["compression", "encoding", "command-line-utilities", "filesystem"]
description = "Extract files from InstallShield Z archives."
documentation = "https://docs.rs/unshield"
edition = "2018"
keywords = ["installshield", "archive"]
license = "MIT"
name = "unshield"
readme = "README.md"
repository = "https://github.com/agrif/unshield"
version = "0.1.0"