console_art

Crates.ioconsole_art
lib.rsconsole_art
version0.2.1
created_at2025-11-27 14:52:09.226621+00
updated_at2025-11-27 19:45:28.034053+00
descriptionA flexible Rust crate for styled console output, emojis, icons, colors, and images.
homepage
repository
max_upload_size
id1953902
size33,464
(seleste3580-dev)

documentation

README

console_art

A Rust crate for styled console output, emojis, and terminal image display.

Created by Seleste Waithaka (waithaka.njoroge3580@gmail.com).

Overview

console_art is designed for developers who want to enhance terminal output in Rust projects. It supports:

  • Colored and styled text
  • Emoji support for messages
  • Terminal image display using viuer
  • Sophisticated combined messages for complex programs

This crate is modular, easy to use, and scalable for both simple scripts and large CLI applications.

Features

  • Color and style: Bold, colored text

  • Emoji support: Prefix or suffix messages

  • Image display: Show images in terminal windows

  • Fancy messages: Combine color, style, and emoji in one call

  • Easy integration: Minimal dependencies, ready for complex projects

Installation

Add console_art to your project:

[dependencies]
console_art = { path = "../console_art" }  # Replace with GitHub URL if published
Commit count: 0

cargo fmt