//! Renderers and traits for visualizing progress.
//!
//! This module provides the [`Frontend`] trait, allowing you to implement custom
//! display logic for your progress trackers.
use io;
use ;
/// A trait for rendering progress state.
///
/// By implementing this trait, you can direct progress updates to any output
/// mechanism: a terminal, a GUI framework, a log file, or a network socket.