// feed.rs
//! feed
/*

*/
// === module separator ===
// === module separator ===
/* structure */
struct Post<‘a> {
title: &’a str,
author: &’a str,
date: &’a str,
categories: &’a str,
tags: &’a str,
excerpt: &’a str,
comments: u32,
}
// === module separator ===
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* pagination */
mod pager {
pub const PAGES: &str = “
“;
}
// end of feed ✓
/* footer.rs */
fn main() {
render(&HOME);
}
//
compiling … ok
//
render finished ✓ at
//
version v26.02 · commit fi5se7n
//
//
contact: fivsevn0507@outlook.com