Remove notes on libimagerror, as they are not relevant anymore

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-11-09 17:07:09 +01:00
parent d97dfc2d52
commit 9dce31edb4

View file

@ -81,7 +81,7 @@ terminal user interface, graphical user interface or web interface.
## Types ## 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. 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 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 via the `toml-query` crate, which is an external project which was initiated and
extracted from the imag project. 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.