Skip to main content

phase

Macro phase 

Source
macro_rules! phase {
    ($tag:expr, $($arg:tt)*) => { ... };
}
Expand description

Print a phase line: ▶ tag message

§Example

cli_ui::phase!("init", "reading {}", "index.html");
// ▶  init  reading index.html