Skip to main content

write_oml_compact

Function write_oml_compact 

Source
pub fn write_oml_compact(node: &RawNode) -> Result<String, WriteError>
Expand description

Single-line (“compact”) rendering: edges joined by "; ", no newlines/padding. Mirrors Python’s write_oml(..., indent=None). Both forms round-trip through read_oml.