Skip to main content

Module dumper

Module dumper 

Source
👎Deprecated since 0.0.6:

libyml is unmaintained. Migrate to a maintained alternative (unsafe-libyaml, yaml-rust2, or noyalib). See MIGRATION.md.

Expand description

Emitter dumper helpers. Re-exported from the crate root for source compatibility with libyml ≤ 0.0.5’s libyml::dumper module. Note: the previous releases also exposed yaml_emitter_dump_node / _scalar / _sequence / _mapping as pub items; the upstream keeps those private. Callers should drive emission through the public yaml_emitter_dump entry point.

Functions§

yaml_emitter_close
Finish a YAML stream.
yaml_emitter_dump
Emit a YAML document.
yaml_emitter_open
Start a YAML stream.