//! This is a module that defines the `ScanReport`. The `ScanReport` is also available in the
//! default namespace (accessible under `armorlib::ScanReport`).
use Finding;
use ArmorlibError;
/// A `ScanReport` details the findings of a `ScanModule`, and includes various 'biographical'
/// information about the scan module.