debug-helper 0.3.2

This crate provides declarative macros to help you implement the `Debug` trait manually.
Documentation
[badges.appveyor]
branch = "master"
repository = "magiclen/debug-helper"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "magiclen/debug-helper"

[dependencies]

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