color-debug 0.1.1

Monkey-patches Rust's fmt system to make Debug colored
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "color-debug"
version = "0.1.1"
edition = "2021"
description = "Monkey-patches Rust's fmt system to make Debug colored"
authors = ["Kyuuhachi <caagr98@gmail.com>"]
repository = "https://github.com/Kyuuhachi/Color-Debug"
license = "MIT OR Apache-2.0"
categories = ["development-tools::debugging", "value-formatting"]

[dependencies]
region = "3.0.0"
retour = "0.3.1"

[features]
nightly = []