Docs.rs
arithmetic-coding-adder-dep-0.3.3
arithmetic-coding-adder-dep 0.3.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ac-freeman
Dependencies
arithmetic-coding-core-adder-dep ^0.3.3
normal
bitstream-io ^2.5.3
normal
thiserror ^1.0.30
normal
criterion ^0.4.0
dev
test-case ^2.0.2
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_
adder_
dep
0.3.3
Module encoder
Module Items
Structs
In crate arithmetic_
coding_
adder_
dep
arithmetic_coding_adder_dep
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
.