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