proc-debug crate

Belief configuration
#[dependencies]
= "0.1.0"
- show help
- show all dumps
- filtered
#[dependencies]
proc-debug = "0.1.0"
#[proc_macro]
#[proc_debug::proc_debug]
fn my_macro(..) -> TokenStream { .. }
$ PROC_DEBUG_FLAGS="--help" cargo build --test <test-name> -- --nocapture
$ PROC_DEBUG_FLAGS="-a" cargo build --test <test-name> -- --nocapture
$ PROC_DEBUG_FLAGS="your_macro_path" cargo build --test <test-name> -- --nocapture