upstream-rs 2.5.0

Fetch package updates directly from the source.
Documentation
1
2
3
4
5
6
mod checks;
mod orchestrator;
mod report;

pub use orchestrator::run;
pub use report::{DoctorFinding, DoctorReport, Level};