aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-02 04:18:16 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-02 04:26:09 +0200
commit263cb0a5e3cd7dffc8fd72b8492452a05d928734 (patch)
treefc12affd3ee294453febb973e4694aac0283ea82 /README.md
Genesis commitv1.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
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.