temprs 2.9.11

A temporary file manager with stack mechanism
Documentation
1
2
3
4
5
6
7
8
9
10
//! Library surface for the `temprs` / `tp` stack utilities.
//!
//! User-facing CLI and development workflow (including CI parity commands and where
//! `clap` / `apply_permutation` tests live) are documented in the repository README.
//! Test totals are not documented here; run `cargo test --locked` and read each `test result:` line.

/// `model` submodule — see file for contents.
pub mod model;
/// `util` submodule — see file for contents.
pub mod util;