debugln 0.0.1

println!() in debug, noop in release.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[lib]
name = "debug"
path = "src/lib.rs"
plugin = true

[package]
authors = ["Zach Pomerantz <zach@terminal.com>"]
description = "println!() in debug, noop in release."
license = "MIT"
name = "debugln"
readme = "README.md"
repository = "https://github.com/zzmp/rust-debug.git"
version = "0.0.1"