//! Example showing how to style localized types
use AnsiColor;
use ;
use Timestamp;
use Localize;
use Styled;
const DEFAULT_LOCALE: Locale = locale!;
// This is used to disable rendering of colors, e.g. based on user configuration
const STYLE_ENABLED: bool = true;