pub type Comment = Comment;
pub struct Comment { pub keyword: String, pub text: String, }
keyword: String
text: String