comprez 0.2.7

A library for compressing and decompressing structs and enums
Documentation
[package]
name = "comprez"
authors = ["muhd.najid.nadri@gmail.com"]
repository = "https://github.com/Najidnadri/comprez"
homepage = "https://github.com/Najidnadri/comprez"
version = "0.2.7"
edition = "2021"
categories = ["compression"]
license = "MIT OR Apache-2.0"
keywords = ["compress", "algorithm", "struct"]
description = "A library for compressing and decompressing structs and enums"
readme = "README.md"
exclude = ["benches/*", "tests/*"]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lz4_flex = "0.9.5"


[dev-dependencies]
criterion = "0.3"
comprez_macro = { path= "../comprez_macro" }
rand = "0.8.4"

# [[bench]]
# name = "compress_benchmark"
# harness = false