pub fn run_sensor(
settings: &Settings,
substrate: Option<&dyn Substrate>,
) -> Result<SensorReport, Error>Expand description
R2 Library Contract: run the diffguard sensor and return a SensorReport.
This is the entry point for BusyBox/integrated cockpit usage.
For standalone CLI usage, use run_check() directly.