errln

Crates.ioerrln
lib.rserrln
version0.1.0
sourcesrc
created_at2016-11-28 20:11:17.18164
updated_at2016-11-28 20:11:17.18164
descriptionUtility macros to write to stderr
homepagehttps://github.com/Aaronepower/errln
repositoryhttps://github.com/Aaronepower/errln.git
max_upload_size
id7396
size3,786
(XAMPPRocky)

documentation

README

errln

Two convenience macros for writing to stderr.

Example usage

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

cargo fmt