Expand description
Parsers of the various structured text formats.
Structs§
- Parsed
Desc - Parsed data of a
descfile text. - Parsed
Srcinfo - Parsed information of
.SRCINFO. - Parsed
Srcinfo Base Section - Parsed information of a
pkgbasesection. - Parsed
Srcinfo Derivative Section - Parsed information of a
pkgnamesection. - Partial
Parse Result - Result of a parsing process that may or may not be complete.
Enums§
- Desc
Parse Error - Error type of
ParsedDesc::parse. - Desc
Parse Issue - Issue that may arise during parsing.
- Parsed
Srcinfo Base Unique Field Duplication Error - Error that occurs when a pkgbase section of
.SRCINFOdefines a unique field more than once. - Parsed
Srcinfo Derivative Unique Field Duplication Error - Error that occurs when a pkgname section of
.SRCINFOdefines a unique field more than once. - Srcinfo
Parse Error - Error type of
ParsedSrcinfo::parse. - Srcinfo
Parse Issue - Issue that may arise during parsing.
Traits§
- Parse
With Issues - Partially parse an input with an issue handler.
- Partial
Parse - Partially parse an input.
Type Aliases§
- Srcinfo
Parse Return - Return type of
ParsedSrcinfo::parse.