developer_debug_tools 0.1.0

Tools for developer to debug their code
Documentation
[package]
name = "developer_debug_tools"
version = "0.1.0"
edition = "2021"
repository = "https://gitlab.com/coderodent/developer_debug_tools"
license-file = "LICENSE.txt"
description = "Tools for developer to debug their code"
readme = "README.md"
documentation = "https://docs.rs/developer_debug_tools"
keywords = ["recursion", "debugrecursion", "recursiontree"]


[dependencies]
proc-macro2 = "^1.0"
quote = {version= "^1.0.35", features=["proc-macro"]}
syn = {version = "^2.0.48", features = ["full"]}
paste = "^1.0.14"
lazy_static = "1.5.0"
ptree = "0.5.2"

[dev-dependencies]
indoc = "2.0"





[lib]
proc-macro = true