arch_pkg_text/
srcinfo.rs

1//! Fields and queriers of the text format of `.SRCINFO` files.
2
3mod field;
4pub use field::*;
5
6mod query;
7pub use query::*;