Update list of library todos

This commit is contained in:
Matthias Beyer 2017-12-20 14:45:26 +01:00
parent 872dbb91e0
commit 7c752e8ef3

View file

@ -80,9 +80,9 @@ Now the modules that are not yet started:
functionality should be kept (for example the `MapErrInto` or the `IntoError`
traits), as much as possible). If the switch to `chain-error` would require
too much code to be rewritten, reconsider.
- [ ] Ensure all libraries are implemented as extension traits rather than
- [x] Ensure all libraries are implemented as extension traits rather than
wrapping store types
- [ ] Rewrite logger to allow config/env-var based module white/blacklisting and
- [x] Rewrite logger to allow config/env-var based module white/blacklisting and
writing log to file
## User Interface