pub type Software = TextAttribute;
pub struct Software { pub attr: AttrType, pub text: String, }
attr: AttrType
text: String