pub type yaml_char_t = u8;👎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 u8. libyml ≤ 0.0.5 exposed YAML scalar bytes
as yaml_char_t (the libyaml C convention); preserved here
for source compatibility.