Crate usereport

Source
Expand description

USE report

Re-exports§

pub use analysis::Analysis;
pub use analysis::AnalysisReport;
pub use analysis::Context;
pub use command::Command;
pub use command::CommandResult;
pub use renderer::HbsRenderer;
pub use renderer::JsonRenderer;
pub use renderer::Renderer;
pub use runner::Runner;
pub use runner::ThreadRunner;

Modules§

analysis
Analysis encapsulates the whole process of running USE report commands
command
External CLI commands used to collect USE report information.
renderer
Reports in HTML, JSON, and Markdown format
runner
Trait and default implementation to run commands and collect their output