explode 0.1.0

A decompression implementation for the implode algorithm from the PKWARE Data Compression Library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "arraydeque"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0ffd3d69bd89910509a5d31d1f1353f38ccffdd116dd0099bbd6627f7bd8ad8"

[[package]]
name = "explode"
version = "0.1.0"
dependencies = [
 "arraydeque",
]