Skip to main content

YamlVersionDirectiveT

Type Alias YamlVersionDirectiveT 

Source
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

Aliased Type§

#[repr(C)]
pub struct YamlVersionDirectiveT { pub major: i32, pub minor: i32, }

Fields§

§major: i32

The major version number.

§minor: i32

The minor version number.