summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-11-09 17:07:09 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-01 13:03:22 +0100
commit9dce31edb40d85cddfbb70741619dd2dd1c8fd4c (patch)
tree8230a426b29f62d8ce3222c261aec24f35c47979
parentd97dfc2d52c046cf718e5fdda147914fe23bd59f (diff)
Remove notes on libimagerror, as they are not relevant anymore
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--doc/src/01010-architecture.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/src/01010-architecture.md b/doc/src/01010-architecture.md
index fed1da41..1cbaffac 100644
--- a/doc/src/01010-architecture.md
+++ b/doc/src/01010-architecture.md
@@ -81,7 +81,7 @@ terminal user interface, graphical user interface or web interface.
## Types
-The imag core, hence the libimagstore, libimagrt and libimagerror, provide a set
+The imag core, hence the libimagstore and libimagrt, provide a set
of types that a user (as in a library writer) should be aware of.
First of all, there is the `Runtime` type which is provided by the libimagrt. It
@@ -107,7 +107,3 @@ is the toml-rs crate (external project). Convenience functionality is provided
via the `toml-query` crate, which is an external project which was initiated and
extracted from the imag project.
-Error types are also important.
-All errors in imag projects should be created with `error-chain`.
-libimagerror provides functionality to enhance the experience with `Result`
-types and general tracing of errors.