From 9dce31edb40d85cddfbb70741619dd2dd1c8fd4c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 9 Nov 2019 17:07:09 +0100 Subject: [PATCH] Remove notes on libimagerror, as they are not relevant anymore Signed-off-by: Matthias Beyer --- doc/src/01010-architecture.md | 6 +----- 1 file changed, 1 insertion(+), 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.