Crate arch_pkg_text
Source pub use desc::Query as QueryDesc;pub use desc::QueryMut as QueryDescMut;pub use parse::ParsedDesc;pub use parse::ParsedSrcinfo;pub use srcinfo::Query as QuerySrcinfo;pub use srcinfo::QueryMut as QuerySrcinfoMut;
- desc
- Fields and queriers of the text format of
desc files. - misc
- Miscellaneous items.
- parse
- Parsers of the various structured text formats.
- srcinfo
- Fields and queriers of the text format of
.SRCINFO files. - value
- Value types returned by the various queries on the different structured text formats.