#console-log #console-output #background-color

color-output

An atomic output library based on Rust that supports output functionalities through functions, builders, and other methods. It allows customization of text and background colors.

74 stable releases (5 major)

Uses new Rust 2024

new 8.2.10 Jan 20, 2026
8.2.4 Dec 28, 2025
8.1.0 Oct 19, 2025
7.2.14 Oct 19, 2025
3.0.1 Nov 30, 2024

#229 in Command-line interface

Download history 25/week @ 2025-09-24 64/week @ 2025-10-01 30/week @ 2025-10-08 1044/week @ 2025-10-15 149/week @ 2025-10-22 13/week @ 2025-10-29 2/week @ 2025-11-26 2/week @ 2025-12-03 4/week @ 2025-12-10 13/week @ 2025-12-24 8/week @ 2025-12-31 105/week @ 2026-01-07

126 downloads per month
Used in 4 crates (2 directly)

MIT license

48KB
973 lines

color-output

Official Documentation

Description

An atomic output library based on Rust that supports output functionalities through functions, builders, and other methods. It allows customization of text and background colors.

Features

  • Supports formatted output of the current time.
  • Allows customization of text color, background color, font weight, and other configurations.
  • Supports defining structures for output messages.
  • Supports defining builders for output messages.
  • Supports single-line output for multiple tasks.
  • Supports multi-line output for multiple tasks.
  • Ensures atomic output operations.

Installation

To install color-output run cmd:

cargo add color-output

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Contact

For any inquiries, please reach out to the author at root@ltpp.vip.

Dependencies

~20KB