pub fn emit_diff(graph: &SceneGraph, prev: &GraphSnapshot) -> StringExpand description
Emit the diff between the current graph and a previous snapshot.
Output format:
+ node/edgeblock: added (not in snapshot)~ node/edgeblock: modified (hash differs)- @id: removed (in snapshot but not in current graph)