Expand description
Fields, queriers, and parser of the text format of desc files.
Modules§
Structs§
- Eager
Querier - Parsed data of a
descfile text. - Field
- Field of a
descfile. - Forgetful
Querier - Query without a cache.
- Memo
Querier - Query with a cache.
- Parsed
Desc - Parsed data of a
descfile text. - 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.
- Field
Name - Field name of a
descfile. - Parse
Field Error - Error when attempt to parse a
FieldwithTryFrom. - Parse
RawField Error - Error when attempt to parse a
RawFieldwithRawField::parse_raw.
Traits§
- Parse
With Issues - Partially parse an input with an issue handler.
- Partial
Parse - Partially parse an input.
- Query
- Get information from a
descfile. - Query
Mut - Get information from a
descfile, mutability required.
Type Aliases§
- Parsed
Field - Parsed field of a
descfile. - RawField
- Raw string field of a
descfile.