gilt 1.4.1

Fast, beautiful terminal formatting for Rust — styles, tables, trees, syntax highlighting, progress bars, markdown.
Documentation
1
2
3
4
5
6
//! Widget modules for gilt.
//!
//! This module contains various widget types for rendering structured content
//! in the terminal, such as tables, panels, trees, etc.

pub mod table;