Module srcinfo

Module srcinfo 

Source
Expand description

Fields and queriers of the text format of .SRCINFO files.

Re-exports§

pub use crate::parse::ParsedSrcinfo as EagerQuerier;

Modules§

misc
Miscellaneous items related to srcinfo.

Structs§

Field
Field of a .SRCINFO file.
ForgetfulQuerier
Query without a cache.
MemoQuerier
Query with a cache.
QueryItem
Return type of methods in Query and QueryMut.

Enums§

ChecksumArray
Array type of ChecksumValue.
ChecksumType
Type of checksum.
ChecksumValue
Value of checksum.
FieldName
Field name of a .SRCINFO file.
ParseFieldError
Error when attempt to parse a Field with TryFrom.
Section
Location of a given QueryItem.

Traits§

Checksums
Get checksums information from a querier of .SRCINFO.
ChecksumsMut
Get checksums information from a querier of .SRCINFO, mutability required.
Query
Get information from a querier of .SRCINFO.
QueryMut
Get information from a querier of .SRCINFO, mutability required.

Type Aliases§

ParsedField
Parsed field of a .SRCINFO file.
QueryChecksumItem
Return type of Checksums::checksums and ChecksumsMut::checksums_mut.
QueryRawTextItem
Return type of Query::query_raw_text and QueryMut::query_raw_text_mut.
RawField
Raw string field of a .SRCINFO file.