clerr 0.11.0

This library aids in command-line error reporting.
Documentation
[package]
name = "clerr"
version = "0.11.0"
description = "This library aids in command-line error reporting."
readme = "README.md"
repository = "https://github.com/nikdeapen/clerr"
homepage = "https://github.com/nikdeapen/clerr"
authors = ["Nik Deapen <nik@deapen.com>"]
edition = "2024"
license = "MIT"

[dependencies]
colored = "3"
unicode-width = "0.2"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"

[lints.clippy]
module_inception = "allow"
must_use_candidate = "warn"