Docs.rs
arithmetic-coding-0.4.0
arithmetic-coding 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
danieleades
Dependencies
arithmetic-coding-core ^0.4.0
normal
bitstream-io ^2.0.0
normal
thiserror ^1.0.30
normal
criterion ^0.5.1
dev
fenwick-model ^0.1.0
dev
test-case ^3.0.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
arithmetic_
coding
0.4.0
Module encoder
Module Items
Structs
In crate arithmetic_
coding
arithmetic_coding
Module
encoder
Copy item path
Source
Expand description
The
Encoder
half of the arithmetic coding library.
Structs
ยง
Encoder
An arithmetic encoder
State
A convenience struct which stores the internal state of an
Encoder
.