//! Codec-aware and Shape-aware lenses for SIM Web.
//!
//! This lens family exposes SIM's strongest differentiators directly: a
//! multi-codec lens that opens one value through several codecs at once
//! (lisp/json/binary/algol) side by side as `scene/embed`s, a round-trip probe
//! panel, and a Shape lens with matcher-tree visualization, binding view, and
//! failing-match counterexamples. Read-construct (`#(Class ...)`) is surfaced as
//! the preferred round-trip path; broad eval stays capability-gated.
pub use multicodec_demo;
pub use ;
pub use ;
/// Embedded cookbook recipe books shipped with this library.
pub static RECIPES: EmbeddedDir =
include!;