Format problems reported by the IR checker

This commit is contained in:
Ayaz Hafiz 2022-12-03 21:35:01 -06:00
parent a84aebf2d3
commit 6e72307736
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 513 additions and 12 deletions

View file

@ -0,0 +1,5 @@
mod checker;
mod report;
pub use checker::{check_procs, Problem, Problems};
pub use report::format_problems;