Skip to main content

tailtriage_cli/
lib.rs

1#![doc = include_str!("../README.md")]
2#![warn(missing_docs)]
3
4//! `tailtriage-cli` is the command-line artifact loader and report emitter.
5//! For in-process Rust analysis/report APIs, use `tailtriage-analyzer`.
6
7/// Artifact loading and validation helpers for CLI workflows.
8pub mod artifact;