1 2 3 4 5 6 7 8
#[derive(Serialize, Debug)] pub struct Post { title: String, slug: String, content: String, date: String, seq: u8 }