develop_debug 0.2.0

Print debugging information at development time
1
2
3
4
5
6
7
8
/**
## Print debugging information at development time.
[See the manual](https://crates.io/crates/develop_debug)
*/
#[macro_export]
macro_rules! develop_debug {
    ($($token:tt)*) => {};
}