👎Deprecated since 0.0.6:
libyml is unmaintained. Migrate to a maintained alternative (unsafe-libyaml, yaml-rust2, or noyalib). See MIGRATION.md.
Expand description
Type aliases. Re-exported from the crate root for source
compatibility with libyml ≤ 0.0.5’s
libyml::yaml
module — all Yaml*T PascalCase types and Yaml* PascalCase enum
variants land at this path too.
Re-exports§
pub use crate::YamlAliasDataT;Deprecated pub use crate::YamlAliasEvent;Deprecated pub use crate::YamlAnyEncoding;Deprecated pub use crate::YamlAnyMappingStyle;Deprecated pub use crate::YamlAnyScalarStyle;Deprecated pub use crate::YamlAnySequenceStyle;Deprecated pub use crate::YamlBlockMappingStyle;Deprecated pub use crate::YamlBlockSequenceStyle;Deprecated pub use crate::YamlBreakT;Deprecated pub use crate::YamlComposerError;Deprecated pub use crate::YamlDocumentEndEvent;Deprecated pub use crate::YamlDocumentStartEvent;Deprecated pub use crate::YamlDocumentT;Deprecated pub use crate::YamlDoubleQuotedScalarStyle;Deprecated pub use crate::YamlEmitterError;Deprecated pub use crate::YamlEmitterStateT;Deprecated pub use crate::YamlEmitterT;Deprecated pub use crate::YamlEncodingT;Deprecated pub use crate::YamlErrorTypeT;Deprecated pub use crate::YamlEventT;Deprecated pub use crate::YamlEventTypeT;Deprecated pub use crate::YamlFlowMappingStyle;Deprecated pub use crate::YamlFlowSequenceStyle;Deprecated pub use crate::YamlFoldedScalarStyle;Deprecated pub use crate::YamlLiteralScalarStyle;Deprecated pub use crate::YamlMappingEndEvent;Deprecated pub use crate::YamlMappingNode;Deprecated pub use crate::YamlMappingStartEvent;Deprecated pub use crate::YamlMappingStyleT;Deprecated pub use crate::YamlMarkT;Deprecated pub use crate::YamlMemoryError;Deprecated pub use crate::YamlNoError;Deprecated pub use crate::YamlNoEvent;Deprecated pub use crate::YamlNoNode;Deprecated pub use crate::YamlNodeItemT;Deprecated pub use crate::YamlNodePairT;Deprecated pub use crate::YamlNodeT;Deprecated pub use crate::YamlNodeTypeT;Deprecated pub use crate::YamlParserError;Deprecated pub use crate::YamlParserStateT;Deprecated pub use crate::YamlParserT;Deprecated pub use crate::YamlPlainScalarStyle;Deprecated pub use crate::YamlReadHandlerT;Deprecated pub use crate::YamlReaderError;Deprecated pub use crate::YamlScalarEvent;Deprecated pub use crate::YamlScalarNode;Deprecated pub use crate::YamlScalarStyleT;Deprecated pub use crate::YamlScannerError;Deprecated pub use crate::YamlSequenceEndEvent;Deprecated pub use crate::YamlSequenceNode;Deprecated pub use crate::YamlSequenceStartEvent;Deprecated pub use crate::YamlSequenceStyleT;Deprecated pub use crate::YamlSimpleKeyT;Deprecated pub use crate::YamlSingleQuotedScalarStyle;Deprecated pub use crate::YamlStackT;Deprecated pub use crate::YamlStreamEndEvent;Deprecated pub use crate::YamlStreamStartEvent;Deprecated pub use crate::YamlTagDirectiveT;Deprecated pub use crate::YamlTokenT;Deprecated pub use crate::YamlTokenTypeT;Deprecated pub use crate::YamlUtf16beEncoding;Deprecated pub use crate::YamlUtf16leEncoding;Deprecated pub use crate::YamlUtf8Encoding;Deprecated pub use crate::YamlVersionDirectiveT;Deprecated pub use crate::YamlWriteHandlerT;Deprecated pub use crate::YamlWriterError;Deprecated
Type Aliases§
- yaml_
char_ t Deprecated - Alias for
u8.libyml ≤ 0.0.5exposed YAML scalar bytes asyaml_char_t(thelibyamlC convention); preserved here for source compatibility.