diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-05 01:46:30 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-05 01:46:30 +0200 |
commit | 896dc4335222d44286d899174dbc2ce6c23c2469 (patch) | |
tree | b8b9f3ea00bb4d260588a074a8cf4d2561ec1b68 | |
parent | 1e05dc096d7c24087c720ae61d2c6fb296e50286 (diff) |
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ [package] name = "cerm" -version = "1.1.0" +version = "1.1.1" edition = "2021" authors = ["Thomas Voss <mail@thomasvoss.com>"] description = "C-inspired error reporting macros" @@ -1,6 +1,6 @@ # `cerm` — C Inspired Error Reporting Macros -This crate 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. +Cerm (/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. |