diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-02 04:18:16 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-02 04:26:09 +0200 |
commit | 263cb0a5e3cd7dffc8fd72b8492452a05d928734 (patch) | |
tree | fc12affd3ee294453febb973e4694aac0283ea82 /README.md |
Genesis commitv1.0.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c014ec2 --- /dev/null +++ b/README.md @@ -0,0 +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. |