// 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: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
我有点喜欢 Hardboiled(冷硬派)类型的犯罪小说。最近在看Lawrence Block(劳伦斯·布洛克)的小说。之前写过几篇跟Raymond Chandler(雷蒙德·钱德勒)有关的笔记可以参考:https://fivsevn.com/2025/03/26/rayray%E7%9A%84%E5%A5%87%E5%A6%99%E6%AF%94%E5%96%BB/。
🥃 主要是小说里那种气氛比较吸引我。
*Hardboiled: https://en.wikipedia.org/wiki/Hardboiled
*Lawrence Block: https://en.wikipedia.org/wiki/Lawrence_Block
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
title: “
“,
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
scan head aligned shallow jitter
扫描头 对齐 轻微抖动
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
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