Crates.io | cerm |
lib.rs | cerm |
version | 1.1.1 |
source | src |
created_at | 2023-08-02 02:29:18.386832 |
updated_at | 2023-08-04 23:47:18.658739 |
description | C-inspired error reporting macros |
homepage | |
repository | https://git.thomasvoss.com/cerm |
max_upload_size | |
id | 932373 |
size | 7,856 |
cerm
— C Inspired Error Reporting MacrosCerm (/sɜːm/) provides a few handy macros in the style of BSD C’s <err.h>
for
error-reporting to the user. These macros just remove some of the boilerplate
of having to prefix your diagnostic messages with progname:
everytime you
want to exit the program.