struct IglooTargetLinks { common: String, mcu: String, ld: String, cfg: String, } pub struct IglooTarget { name: String, links: IglooTargetLinks, includes: Vec, scripts: Vec, } impl IglooTarget { }