pub const TUI_TARGET: &str = "hm_tui";Expand description
Tracing target for TUI progress-bar spans.
Only spans with this target are rendered by tracing-indicatif.
Internal #[instrument] spans use their module target and are
excluded by the indicatif-layer filter in main.rs.