errln 0.1.0

Utility macros to write to stderr
Documentation

errln

Two convenience macros for writing to stderr.

Example usage

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