Available on crate feature
diagnostics only.Expand description
Diagnostic helpers that run every detection check without short-circuiting.
This module is gated behind the diagnostics Cargo feature and is
not part of the crate’s stable API surface. It exists so that
tests, debugging tools, and reports can show which individual
signals fired in a given environment.
Structs§
- Check
Result - The outcome of a single detection check.
- Report
- A full diagnostic report: every check, plus the final answer.
Functions§
- report
- Run every detection check without short-circuiting and return the outcome of each one, plus the final container-detection result.