rustic_print

Crates.iorustic_print
lib.rsrustic_print
version0.1.1
sourcesrc
created_at2024-02-23 21:28:23.737099
updated_at2024-02-23 21:34:37.746553
descriptionA versatile Rust library for enhancing console output. It offers a range of features to create a more engaging and informative command-line interface.
homepage
repositoryhttps://github.com/jordan-schnur/Rustic-Print
max_upload_size
id1151008
size33,560
Jordan Schnur (jordan-schnur)

documentation

README

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.
Commit count: 0

cargo fmt