Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 912 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 912 Bytes

Rust

Rustic Print

Overview

rustic_print is a versatile Rust library for enhancing console output. It offers a range of features to create a more engaging and informative command-line interface.

Features

  • Colorful Output: Support for various console colors.
  • Formatted Blocks: Create blocks of text with customizable styles and padding.
  • Tables: Generate tables with adjustable column widths.
  • Message Types: Special formats for different types of messages like success, error, warning, etc.

Installation

To use rustic_print in your Rust project, add it to your Cargo.toml:

[dependencies]
rustic_print = "0.1.0"

To Do

  • Add progress bar support.
  • Add more interactive elements.