Skip to main content

Module value

Module value 

Source
👎Deprecated since 0.0.13:

serde_yml is unmaintained. Migrate to a maintained alternative (noyalib, serde-saphyr, or yaml-rust2). See MIGRATION.md.

Expand description

YAML value types. Re-exported from [noyalib::compat::serde_yaml::value].

Structs§

Mapping
A YAML mapping (dictionary/object).
Tag
A YAML tag.
TaggedValue
A tagged YAML value.

Enums§

Number
Represents a YAML number.
Value
Represents any valid YAML value.

Type Aliases§

Sequence
A YAML sequence (array/list).