(前文)反思判断(reflective judgment):评估论据和论点的准确性和逻辑一致性的能力。
// 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: “
“,
excerpt: “
[英] William Somerset Maugham. 雨[A]//薄振杰,译. 毛姆短篇小说全集[M]. 北京:人民文学出版社,2020.
note:毛姆短篇集《雨》当中第二篇《爱德华·巴纳德的堕落》
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
NEW TRICKS(《悬案神探 / 探案新窍门》)挺好看的
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
receipt printer synced stable
小票打印机已同步,状态稳定
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
pos cache synced stable
收银缓存已同步,状态稳定
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
inventory table synced stable
库存表已同步,状态稳定
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
receipt printer synced nominal
小票打印机已同步,状态正常
“,
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