👎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.