| Crates.io | errln |
| lib.rs | errln |
| version | 0.1.0 |
| created_at | 2016-11-28 20:11:17.18164+00 |
| updated_at | 2016-11-28 20:11:17.18164+00 |
| description | Utility macros to write to stderr |
| homepage | https://github.com/Aaronepower/errln |
| repository | https://github.com/Aaronepower/errln.git |
| max_upload_size | |
| id | 7396 |
| size | 3,786 |
Two convenience macros for writing to stderr.
err!("Error ")
let error_code = 5;
errln!("CODE: {}", 5);