Module tag

Source
Expand description

YAML tag resolution and handling system

This module implements the full YAML 1.2 tag resolution mechanism, including support for custom tag handlers and schema validation.

Structs§

PointTagHandler
Example custom tag handler for a Point type
Tag
A resolved YAML tag
TagResolver
Tag resolution context

Enums§

Schema
YAML schemas define tag resolution rules
TagHandle
Tag handle types as defined in YAML 1.2 spec
TagKind
Tag kinds for quick type identification

Traits§

TagHandler
Trait for custom tag handlers