hydraulic 0.1.0

An interface for generic compression library usage with a collection (unimplemented so far) of pre-existing compression libraries
Documentation
[dependencies]

[dev-dependencies.rand]
version = "0.8.5"

[[example]]
name = "gzip"
path = "examples/gzip.rs"

[[example]]
name = "read_read"
path = "examples/read_read.rs"

[features]
deflate = []
full = []
gzip = []

[lib]
name = "hydraulic"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An interface for generic compression library usage with a collection (unimplemented so far) of pre-existing compression libraries"
edition = "2021"
license = "GPL-3.0"
name = "hydraulic"
readme = "README.md"
version = "0.1.0"