arithmetic-coding-core 0.1.0

core traits for the 'arithmetic-coding' crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.thiserror]
version = "1.0.30"

[package]
categories = ["compression", "encoding", "parsing"]
description = "core traits for the 'arithmetic-coding' crate"
edition = "2021"
keywords = ["compression", "encoding", "arithmetic-coding", "lossless"]
license = "MIT"
name = "arithmetic-coding-core"
repository = "https://github.com/danieleades/arithmetic-coding"
resolver = "2"
version = "0.1.0"