Module parse

Module parse 

Source
Expand description

Parsers of the various structured text formats.

Structs§

ParsedDesc
Parsed data of a desc file text.
ParsedSrcinfo
Parsed information of .SRCINFO.
ParsedSrcinfoBaseSection
Parsed information of a pkgbase section.
ParsedSrcinfoDerivativeSection
Parsed information of a pkgname section.
PartialParseResult
Result of a parsing process that may or may not be complete.

Enums§

DescParseError
Error type of ParsedDesc::parse.
DescParseIssue
Issue that may arise during parsing.
ParsedSrcinfoBaseUniqueFieldDuplicationError
Error that occurs when a pkgbase section of .SRCINFO defines a unique field more than once.
ParsedSrcinfoDerivativeUniqueFieldDuplicationError
Error that occurs when a pkgname section of .SRCINFO defines a unique field more than once.
SrcinfoParseError
Error type of ParsedSrcinfo::parse.
SrcinfoParseIssue
Issue that may arise during parsing.

Traits§

ParseWithIssues
Partially parse an input with an issue handler.
PartialParse
Partially parse an input.

Type Aliases§

SrcinfoParseReturn
Return type of ParsedSrcinfo::parse.