Skip to main content

Module yaml_ld_q42

Module yaml_ld_q42 

Source

Structs§

Page
Pane
WebizenWorkspace
A fully structured Webizen Studio workspace, typically deserialized from yaml-ld-q42.
YamlStreamingLexer
A lightweight, state-machine based lexer for yaml-ld-q42. Designed to parse without full document materialisation, avoiding Vec or String allocs during the hot-path traversal of pane manifests.

Enums§

YamlToken
Represents a simple event from the streaming YAML lexer. In a zero-alloc edge system, these would stream directly from a &[u8] buffer.

Functions§

compile_yaml_ld_to_quins
Parses a yaml-ld-q42 byte stream, packs the layout metadata into CBOR-LD (if needed), and compiles the results down into a list of 48-byte NQuins.