👎Deprecated since 0.0.6:
libyml is unmaintained. Migrate to a maintained alternative (unsafe-libyaml, yaml-rust2, or noyalib). See MIGRATION.md.
Expand description
Document-tree helpers. Re-exported from the crate root for source
compatibility with libyml ≤ 0.0.5’s
libyml::document
module.
Functions§
- yaml_
document_ ⚠add_ mapping - Create a MAPPING node and attach it to the document.
- yaml_
document_ ⚠add_ scalar - Create a SCALAR node and attach it to the document.
- yaml_
document_ ⚠add_ sequence - Create a SEQUENCE node and attach it to the document.
- yaml_
document_ ⚠append_ mapping_ pair - Add a pair of a key and a value to a MAPPING node.
- yaml_
document_ ⚠append_ sequence_ item - Add an item to a SEQUENCE node.
- yaml_
document_ ⚠delete - Delete a YAML document and all its nodes.
- yaml_
document_ ⚠end_ event_ initialize - Create the DOCUMENT-END event.
- yaml_
document_ ⚠get_ node - Get a node of a YAML document.
- yaml_
document_ ⚠get_ root_ node - Get the root of a YAML document node.
- yaml_
document_ ⚠initialize - Create a YAML document.
- yaml_
document_ ⚠start_ event_ initialize - Create the DOCUMENT-START event.