ptwm_core
ptwm_core::codecs
ptwm_core::codecs
ptwm_core::codecs
crates/ptwm-core/src/codecs/mod.rs:1mod codecscodec_tagged
Codec-agnostic per-plane encode / decode.
arithmetic
Arithmetic-coding plane codecs: three peer models over the shared range coder. Each frames the true plane length into its payload (like rans.rs), so decode is self-delimiting and ignores the container's decoded_len (which is source-derived and unreliable for byte-split planes).