color-output

Crates.iocolor-output
lib.rscolor-output
version8.2.14
created_at2024-11-30 00:37:46.671695+00
updated_at2026-01-25 01:45:05.844215+00
descriptionAn atomic output library based on Rust that supports output functionalities through functions, builders, and other methods. It allows customization of text and background colors.
homepage
repositoryhttps://github.com/crates-dev/color-output
max_upload_size
id1466194
size48,974
尤雨东 (eastspire)

documentation

README

color-output

Official Documentation

Api Docs

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.

Commit count: 87

cargo fmt