debugln 0.0.1

println!() in debug, noop in release.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.50 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 102.06 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • zzmp/rust-debug
    2 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zzmp

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