//! Simple program utils.
//! Provides:
//! - A customizable and thread-safe progress bar implementation
//! - A watcher to watch a value for changes
//! - Generally useful functions and consts
//! - A CircularBuffer<T>, and SortedList with customizable sorting functions
//#[cfg(feature = "traits")]
//#[cfg(feature = "containers")]