Crate arch_pkg_text

Source

Re-exports§

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;
pub use indexmap;
pub use parking_lot;

Modules§

desc
Fields and queriers of the text format of desc files.
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.