debug-et-diagnostics 0.3.1

set of macros and tools to colorfully debug and diagnose non-trivial code
Documentation
[dependencies.ansi_colours]
version = "1.2.3"

[dependencies.colorsys]
optional = true
version = "0.7.0"

[dependencies.ioctl-term-light]
version = "0.1.0"

[[example]]
name = "demo"
path = "examples/demo.rs"

[features]
colorsys = ["dep:colorsys"]
default = ["colorsys"]

[lib]
name = "debug_et_diagnostics"
path = "src/lib.rs"

[package]
authors = ["Gabriel DeMoura <gabrielteratos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "set of macros and tools to colorfully debug and diagnose non-trivial code"
documentation = "https://docs.rs/debug-et-diagnostics"
edition = "2024"
homepage = "https://github.com/gabrielfalcao/debug-et-diagnostics"
keywords = ["debug", "macros", "trace"]
license = "MIT"
name = "debug-et-diagnostics"
readme = "README.md"
version = "0.3.1"

[[test]]
name = "test_color_bright"
path = "tests/test_color_bright.rs"

[[test]]
name = "test_color_dark"
path = "tests/test_color_dark.rs"

[[test]]
name = "test_color_get_ansi_rgb"
path = "tests/test_color_get_ansi_rgb.rs"

[[test]]
name = "test_color_from_byte"
path = "tests/test_color_from_byte.rs"

[[test]]
name = "test_color_from_display"
path = "tests/test_color_from_display.rs"

[[test]]
name = "test_color_from_debug"
path = "tests/test_color_from_debug.rs"

[[test]]
name = "test_color_from_bytes"
path = "tests/test_color_from_bytes.rs"

[[test]]
name = "test_macros"
path = "tests/test_macros.rs"