debugln 0.0.1

println!() in debug, noop in release.
Documentation
# 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:

```toml
[dependencies]
debugln = "*"
```

## Author

[Zach Pomerantz](https://github.com/zzmp) is the primary author and maintainer of debug.

## License

MIT