//! Vizo (derived from 'Visualize') is a modular CLI tool designed to visualize structured data formats such as JSON, TOML, and YAML in a more pretty way.
//! Its architecture supports customization, enabling users to incorporate specific processors during compilation to tailor functionality to their needs.
/// A global values for Vizo.
/// An arguments parser for Vizo app.
/// A prints module for Vizo app to display formatted data.
/// A processors for Vizo to process data.
// An application module.