colored_text 0.3.0

A simple library for adding colors and styles to terminal text
Documentation
1
2
3
4
5
6
7
8
[tasks.test]
# this needs the crates 'nextest' and 'cargo-llvm-cov' installed locally
command = "cargo"
args = ["llvm-cov", "nextest", "--no-fail-fast"]

[tasks.test-html]
command = "cargo"
args = ["llvm-cov", "nextest", "--no-fail-fast", "--html"]