diff testharness/src/lib.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 346dc13724ce
children
line wrap: on
line diff
--- a/testharness/src/lib.rs	Wed Jul 30 18:43:07 2025 -0400
+++ b/testharness/src/lib.rs	Thu Jul 31 14:36:50 2025 -0400
@@ -1,4 +1,6 @@
-//! The nonstick library
+//! Test module for nonstick. This works with the `testharness` binary
+//! to test the end-to-end behavior of nonstick (i.e., that it plumbs everything
+//! from the application through PAM to the module properly).
 
 use crate::nonstick::items::ItemsMut;
 use crate::nonstick::EnvironMapMut;