YAML anchor.
Composes nodes from YAML events provided by parser. Code based on PyYAML: http://www.pyyaml.org
Class that processes YAML mappings, sequences and scalars into nodes. This can be used to add custom data types. A tutorial can be found here.
YAML dumper.
YAML emitter. Code based on PyYAML: http://www.pyyaml.org
YAML events. Code based on PyYAML: http://www.pyyaml.org
Exceptions thrown by D:YAML and exception related code.
Compact storage of multiple boolean values.
Functionality that may sometimes be needed but allows unsafe or unstandard behavior, and should only be used in specific cases.
Class used to load YAML documents.
Node of a YAML document. Used to read YAML data once it's loaded, and to prepare data to emit.
@nogc versions of or alternatives to Phobos functions that are not yet @nogc and wrappers to simplify their use.
YAML parser. Code based on PyYAML: http://www.pyyaml.org
YAML node representer. Prepares YAML nodes for output. A tutorial can be found here.
Implements a class that resolves YAML tags. This can be used to implicitly resolve tags for custom data types, removing the need to explicitly specify tags in YAML. A tutorial can be found here.
YAML scanner. Code based on PyYAML: http://www.pyyaml.org
YAML serializer. Code based on PyYAML: http://www.pyyaml.org
YAML node formatting styles.
YAML tag.
Tag directives.
YAML tokens. Code based on PyYAML: http://www.pyyaml.org
Zero terminated string.