v8unpack4rs 0.2.0

Unpack, pack, deflate and inflate 1C v8 file (*.cf)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "v8unpack4rs"
description = "Unpack, pack, deflate and inflate 1C v8 file (*.cf)"
authors = ["Andreev Alexander <andreevlex.as@gmail.com>"]
version = "0.2.0"
homepage = "https://github.com/andreevlex/v8unpack-rs"
repository = "https://github.com/andreevlex/v8unpack-rs"
keywords = ["parser", "binary", "1cd"]
readme = "README.md"
license = "MIT"

[dependencies]
deflate = "0.7.17"
inflate = "0.3.3"
byteorder = "1.2.1"

[lib]
crate_type = ["rlib", "cdylib"]