color-output 8.2.13

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.
Documentation
<center>

# color-output

[![](https://img.shields.io/crates/v/color-output.svg)](https://crates.io/crates/color-output)
[![](https://img.shields.io/crates/d/color-output.svg)](https://img.shields.io/crates/d/color-output.svg)
[![](https://docs.rs/color-output/badge.svg)](https://docs.rs/color-output)
[![](https://github.com/crates-dev/color-output/workflows/Rust/badge.svg)](https://github.com/crates-dev/color-output/actions?query=workflow:Rust)
[![](https://img.shields.io/crates/l/color-output.svg)](./LICENSE)

</center>

[Official Documentation](https://docs.ltpp.vip/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:

```shell
cargo add color-output
```

## License

This project is licensed under the MIT License. See the [LICENSE](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](mailto:root@ltpp.vip).