colored_text 0.5.1

A simple library for adding colors and styles to terminal text
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tasks.test]
# this needs the crates 'nextest' and 'cargo-llvm-cov' installed locally
command = "cargo"
args = [
  "llvm-cov",
  "nextest",
  "--no-fail-fast",
  "--lcov",
  "--output-path=target/llvm-cov/coverage.lcov",
]

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