30467600bc
Front-door limpio: solo crates del dominio; Llimphi y lo fundacional por git-dep del monorepo gioser.git. cargo check pasa (40 crates, 0 errores). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
pluma-render-plan
Document render plan for pluma.
Converts a Documento to a flat OperRender list (atom blocks: text, table, code, embed). The visual editor consumes the plan to paint; the server consumes the plan to emit HTML/PDF without touching the model.
API
use pluma_render_plan::plan;
let plan = plan(&doc);
for op in &plan.ops {
/* draw / serialize */
}
Deps
pluma-core,pluma-cuerposerde,uuid