1 2 3 4 5 6 7 8
// Terminal UI rendering — re-exports from cli::output for semantic clarity. pub use crate::cli::output::{ print_found_entry, print_summary, print_bench_header, print_bench_row, print_bench_footer, };