j2k-codec-math 0.7.1

no_std codec constants, generated fragments, and allocation-free helper algorithms for j2k
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# j2k-codec-math

`j2k-codec-math` is the workspace-owned source of truth for codec constants,
generated backend fragments, and allocation-free helper algorithms that must
remain byte- or numerically-equivalent across CPU, CUDA-Oxide, and Metal
backends.

The crate is `no_std` and intentionally contains no allocation, I/O, backend
dispatch, or kernel-launch policy. Helpers such as canonical Huffman derivation
perform validation and ordinary control flow.

## Links

- API docs: <https://docs.rs/j2k-codec-math> (available after the first crates.io release)
- Repository: <https://github.com/frames-sg/j2k>
- Support policy: <https://github.com/frames-sg/j2k/blob/main/docs/public-support.md>