Expand description
The multi-codec lens and round-trip probe.
One value, several codecs, side by side. Each codec’s rendering is a
scene/embed carrying the encoded form and a round-trip badge. The probe
encodes then decodes and reports whether the value survived and, if not,
that there was loss. Read-construct and codec output position are surfaced
where relevant; broad read-eval is never exposed here (it stays
capability-gated elsewhere).
Structs§
- Probe
Result - The outcome of a round-trip probe through one codec.
Constants§
- MULTI_
CODEC_ LENS - The multi-codec lens id.
- SYSEX_
COMPARISON_ LENS - The SysEx comparison lens id.
Functions§
- multi_
codec_ view - Open one value through several codecs at once, each as a
scene/embedwith a round-trip badge. - roundtrip_
probe - Probe a value’s round-trip through one codec.
- sysex_
comparison_ view - Compare the same SysEx payload as hex, binary, and Lisp data, with a round-trip probe result.