Mercurial > crates > nonstick
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 183:4f46681b3f54 | 184:42f747774d94 |
|---|---|
| 1 //! The nonstick library | 1 //! Test module for nonstick. This works with the `testharness` binary |
| 2 //! to test the end-to-end behavior of nonstick (i.e., that it plumbs everything | |
| 3 //! from the application through PAM to the module properly). | |
| 2 | 4 |
| 3 use crate::nonstick::items::ItemsMut; | 5 use crate::nonstick::items::ItemsMut; |
| 4 use crate::nonstick::EnvironMapMut; | 6 use crate::nonstick::EnvironMapMut; |
| 5 use std::cell::Cell; | 7 use std::cell::Cell; |
| 6 extern crate nonstick; | 8 extern crate nonstick; |
