MCPcopy Create free account
hub / github.com/ac-freeman/adder-codec-rs / decoder.rs

File decoder.rs

arithmetic-coding-adder-dep/src/decoder.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! The [`Decoder`] half of the arithmetic coding library.
2
3use std::marker::PhantomData;
4use std::{io, ops::Range};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected