arch-pkg-text 0.10.0

Pure Rust library to parse Arch Linux packages' structured text formats
Documentation
1
2
3
4
5
6
7
8
9
//! Fields and queriers of the text format of `.SRCINFO` files.

pub mod misc;

mod field;
pub use field::*;

mod query;
pub use query::*;