diff testharness/src/bin/testharness.rs @ 184:42f747774d94

Really get documentation stuff squared away. Expand READMEs and polish off module documentation.
author Paul Fisher <paul@pfish.zone>
date Thu, 31 Jul 2025 14:36:50 -0400
parents a8c814843ccb
children
line wrap: on
line diff
--- a/testharness/src/bin/testharness.rs	Wed Jul 30 18:43:07 2025 -0400
+++ b/testharness/src/bin/testharness.rs	Thu Jul 31 14:36:50 2025 -0400
@@ -1,4 +1,5 @@
-//! The actual program which runs the tests.
+//! Test program to interact with PAM and `../lib.rs` to ensure that nonstick
+//! does everything right.
 
 use nonstick::conv::Exchange;
 use nonstick::items::Items;