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
[dependencies.arraydeque]
version = "0.4"

[package]
authors = ["Aaron Griffith <aargri@gmail.com>"]
categories = ["compression", "encoding"]
description = "A decompression implementation for the implode algorithm from the PKWARE Data Compression Library."
documentation = "https://docs.rs/explode"
edition = "2018"
keywords = ["pkware", "dcl", "explode", "blast", "implode"]
license = "MIT"
name = "explode"
readme = "README.md"
repository = "https://github.com/agrif/explode"
version = "0.1.0"