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
126 downloads per month
Used in 4 crates
(2 directly)
48KB
973 lines
color-output
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