minnow 0.1.0

A library and derive macro for extremely compact encoding of structs using arithmetic coding.
Documentation
[dependencies.arithmetic-coding]
version = "0.3.0"

[dependencies.bitstream-io]
version = "1.2.0"

[dependencies.minnow-derive]
version = "0.1.0"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.thiserror]
version = "1.0.30"
[dev-dependencies.test-case]
version = "2.0.2"

[package]
categories = ["compression", "encoding", "parsing"]
description = "A library and derive macro for extremely compact encoding of structs using arithmetic coding."
edition = "2021"
keywords = ["compression", "encoding", "arithmetic-coding", "lossless"]
license = "GPL-3.0"
name = "minnow"
readme = "README.md"
repository = "https://github.com/danieleades/minnow"
resolver = "2"
version = "0.1.0"