1 unstable release
Uses old Rust 2015
0.0.1 | May 18, 2015 |
---|
#29 in #primary
2KB
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
lib.rs
:
println!()
in debug builds, noop in release.