Skip to main content

Crate taudit_report_terminal

Crate taudit_report_terminal 

Source

Structs§

RunSummary
Counts for the run-level summary footer.
TerminalReport

Functions§

print_banner
Print the run-level banner (call once before the scan loop).
print_summary
Print the run-level summary (call once after the scan loop).
strip_control_chars
Strip ASCII C0/C1 control characters (\x00-\x1F, \x7F-\x9F) and a small set of Unicode steering codepoints (RTL/LTR overrides, zero-width joiners, BOM) from s, EXCEPT for \n and \t which are required for legitimate multi-line / tabular terminal output.