Expand description
Fields and queriers of the text format of .SRCINFO files.
Re-exports§
pub use crate::parse::ParsedSrcinfo as EagerQuerier;
Modules§
Structs§
- Field
- Field of a
.SRCINFOfile. - Forgetful
Querier - Query without a cache.
- Memo
Querier - Query with a cache.
- Query
Item - Return type of methods in
QueryandQueryMut.
Enums§
- Checksum
Array - Array type of
ChecksumValue. - Checksum
Type - Type of checksum.
- Checksum
Value - Value of checksum.
- Field
Name - Field name of a
.SRCINFOfile. - Parse
Field Error - Error when attempt to parse a
FieldwithTryFrom. - Section
- Location of a given
QueryItem.
Traits§
- Checksums
- Get checksums information from a querier of
.SRCINFO. - Checksums
Mut - Get checksums information from a querier of
.SRCINFO, mutability required. - Query
- Get information from a querier of
.SRCINFO. - Query
Mut - Get information from a querier of
.SRCINFO, mutability required.
Type Aliases§
- Parsed
Field - Parsed field of a
.SRCINFOfile. - Query
Checksum Item - Return type of
Checksums::checksumsandChecksumsMut::checksums_mut. - Query
RawText Item - Return type of
Query::query_raw_textandQueryMut::query_raw_text_mut. - RawField
- Raw string field of a
.SRCINFOfile.