pub type YamlVersionDirectiveT = yaml_version_directive_t;👎Deprecated since 0.0.6:
libyml is unmaintained. Migrate to a maintained alternative (unsafe-libyaml, yaml-rust2, or noyalib). See MIGRATION.md.
Expand description
Alias for unsafe_libyaml::yaml_version_directive_t.
Aliased Type§
#[repr(C)]pub struct YamlVersionDirectiveT {
pub major: i32,
pub minor: i32,
}Fields§
§major: i32The major version number.
minor: i32The minor version number.