sim-lib-scene 0.1.0

Scene value model and codec:scene for the SIM Web-UI (WEBUI_4).
Documentation
1
2
3
4
5
6
7
8
9
//! Lossless canonical text for the scene-data subset of `Expr`.
//!
//! Scenes are pure data, so `codec:scene` serializes them through the
//! codec-neutral portable value form that lives in `sim-codec` (shared with
//! `codec:intent` and any other domain codec that must round-trip data without
//! borrowing a general codec's grammar). This module re-exports that form under
//! the names `codec:scene` uses.

pub use sim_codec::{decode_portable as decode, encode_portable as encode};