Crate vizo

Source
Expand description

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.

Modules§

app
args
An arguments parser for Vizo app.
prints
A prints module for Vizo app to display formatted data.
processors
A processors for Vizo to process data.
values
A global values for Vizo.