debug-helper 0.3.13

This crate provides declarative macros to help you implement the `Debug` trait manually.
Documentation
[package]
name = "debug-helper"
version = "0.3.13"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
repository = "https://github.com/magiclen/debug-helper"
homepage = "https://magiclen.org/debug-helper"
keywords = ["debug", "macro", "declarative", "format", "trait"]
categories = ["no-std", "development-tools::debugging"]
description= "This crate provides declarative macros to help you implement the `Debug` trait manually."
readme = "README.md"
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]

[dependencies]