//! Analysis results and the vocabulary they are reported in.
//!//! Types live at one public path each - no facade re-exports, so consumers
//! cannot pick arbitrarily between `analysis::Severity` and
//! `analysis::findings::Severity` and drift apart.
pubmodcode_quality;pubmodfindings;pubmodpayload;pubmodprompt;pub(crate)modresponse_contract;pubmodresult;#[cfg(test)]modtests;