| Crates.io | colci |
| lib.rs | colci |
| version | 0.1.0 |
| created_at | 2020-10-19 06:01:05.594703+00 |
| updated_at | 2020-10-19 06:01:05.594703+00 |
| description | Make ASCII color strings |
| homepage | |
| repository | https://github.com/dragfire/color.git |
| max_upload_size | |
| id | 302785 |
| size | 2,381 |
Make ASCII color strings.
use colci::Color;
Color::Cyan("All tests PASSED.").make();
Color::Yellow("Congratulations!").make();