summaryrefslogtreecommitdiffstats
path: root/libimagerror
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-13 11:56:40 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-13 12:04:36 +0200
commite30d774670af80d93da4450a2edf2b5deff14e21 (patch)
treed85e6c2903da3a66ef05f2987186afc2287f2189 /libimagerror
parentfbd6e790c71c9640faaf2502c51c5a09d6441deb (diff)
Move all libimag*/README.md to doc/src/05100-*
Diffstat (limited to 'libimagerror')
-rw-r--r--libimagerror/README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/libimagerror/README.md b/libimagerror/README.md
deleted file mode 100644
index a7d57628..00000000
--- a/libimagerror/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-## libimagerror
-
-In imag, we do not panic.
-
-Whatever we do, if we fail as hard as possible, the end-user should _never ever_
-see a backtrace from a `panic!()`.
-
-Anyways, the user _might_ see a error trace generated by imag.
-That is because imag is software for power-users, for nerds (I use the term
-"nerd" because for me it is a good thing - I do not want to offend anyone by
-using it).
-This target group can read backtraces without getting confused. `IO Error` and
-`Permission denied Error` are things that nerds can understand and they already
-know what to do in the most obvious cases (such as `Permission denied Error`).
-
-This library crate is for generating error types and handle them in a nice way.
-It can be seen as mini-framework inside imag which was written to work with
-error types in a specified way. All imag crates _must_ use this library if they
-can return errors in any way, except the `libimagutil` - which is for the most
-basic utilities.
-