comprez 0.2.6

A library for compressing and decompressing structs
Documentation
[dependencies.lz4_flex]
version = "0.9.5"
[dev-dependencies.criterion]
version = "0.3"

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

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