Skip to main content

Module multicodec

Module multicodec 

Source
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§

ProbeResult
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/embed with 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.