//! Informational stderr, suppressible with the global --quiet: notes,
//! progress, summaries — the tool talking to a human. Errors and
//! warnings (something may be WRONG) stay on plain eprintln! and always
//! print.
use ;
static QUIET: AtomicBool = new;
/// eprintln! unless --quiet.