Expand description
Colprint: A lightweight Rust library for neatly printing data in aligned columns.
This crate provides a simple yet powerful way to format and display data in aligned columns with automatic width calculation and customizable separators. It’s designed to make terminal output more readable and organized without the overhead of a full table-formatting library.
Macros§
- colprint
- Macro for printing items in columns using a format string.
Structs§
- Column
Formatter - A formatter for creating columnar output.
Enums§
- Formattable
Item - A wrapper that formats both Display and Debug trait objects.