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