| Crates.io | debugln |
| lib.rs | debugln |
| version | 0.0.1 |
| created_at | 2015-05-18 02:11:19.330435+00 |
| updated_at | 2015-12-11 23:58:31.338387+00 |
| description | println!() in debug, noop in release. |
| homepage | |
| repository | https://github.com/zzmp/rust-debug.git |
| max_upload_size | |
| id | 2137 |
| size | 1,354 |
println!() in debug, noop in release.
Use the crates.io repository; add this to your Cargo.toml along
with the rest of your dependencies:
[dependencies]
debugln = "*"
Zach Pomerantz is the primary author and maintainer of debug.
MIT