1 2 3 4 5 6 7 8
pub mod archlinux; pub mod debian; #[derive(Debug, PartialEq)] pub struct Pkg { pub name: String, pub version: String, }