debugln

Crates.iodebugln
lib.rsdebugln
version0.0.1
sourcesrc
created_at2015-05-18 02:11:19.330435
updated_at2015-12-11 23:58:31.338387
descriptionprintln!() in debug, noop in release.
homepage
repositoryhttps://github.com/zzmp/rust-debug.git
max_upload_size
id2137
size1,354
Zach Pomerantz (zzmp)

documentation

README

debugln

println!() in debug, noop in release.

Usage

Use the crates.io repository; add this to your Cargo.toml along with the rest of your dependencies:

[dependencies]
debugln = "*"

Author

Zach Pomerantz is the primary author and maintainer of debug.

License

MIT

Commit count: 10

cargo fmt