arithmetic-coder 0.1.0

Binary arithmetic coder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "arithmetic-coder"
version = "0.1.0"
edition = "2021"
authors = ["Dimitar Rusev <mitikodev@gmail.com>"]
description = "Binary arithmetic coder"
repository = "https://github.com/mitiko/weath3rb0i/blob/main/src/entropy_coding"
license = "GPL-3.0"
keywords = ["arithmetic", "coder", "binary", "optimal"]
categories = ["compression"]

[dependencies]