upstream-rs 2.6.0

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

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