errln 0.1.0

Utility macros to write to stderr
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented2 out of 2 items with examples
  • Size
  • Source code size: 3.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 247.14 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • XAMPPRocky/errln
    6 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • XAMPPRocky

errln

Two convenience macros for writing to stderr.

Example usage

err!("Error ")
let error_code = 5;
errln!("CODE: {}", 5);