Crates.io | color-debug |
lib.rs | color-debug |
version | 0.1.1 |
created_at | 2025-02-12 21:28:53.858586+00 |
updated_at | 2025-02-12 21:28:53.858586+00 |
description | Monkey-patches Rust's fmt system to make Debug colored |
homepage | |
repository | https://github.com/Kyuuhachi/Color-Debug |
max_upload_size | |
id | 1553523 |
size | 65,487 |
Monkey-patches fmt machinery to colorize debug output.
This is of course very hacky, so anything may break in the future. Known limitations include:
nightly
feature flag).
Debug
impls use internal shorthand methods which need to be hooked.
If they were not, then manual and derived impls would look different.field_with
.