pub type KitManifest = Ron<HashMap<String, Vec<(KitSpec, u32)>>>;
#[repr(transparent)]pub struct KitManifest(pub HashMap<String, Vec<(KitSpec, u32)>>);
0: HashMap<String, Vec<(KitSpec, u32)>>