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
15
16
17
[package]
name = "explode"
version = "0.1.0"
edition = "2018"

description = "A decompression implementation for the implode algorithm from the PKWARE Data Compression Library."
authors = ["Aaron Griffith <aargri@gmail.com>"]
repository = "https://github.com/agrif/explode"
documentation = "https://docs.rs/explode"
readme = "README.md"
license = "MIT"

keywords = ["pkware", "dcl", "explode", "blast", "implode"]
categories = ["compression", "encoding"]

[dependencies]
arraydeque = "0.4"