Skip to main content

sniff/
reporter.rs

1#[path = "reporter_cost.rs"]
2pub mod cost;
3#[path = "reporter_markdown.rs"]
4pub mod markdown;
5#[path = "reporter_render.rs"]
6pub mod render;
7#[path = "reporter_summary.rs"]
8pub mod summary;
9
10pub use render::render_report;