imag/lib/core/libimagrt/src
Matthias Beyer eca7219039 Rewrite configuration providing in runtime
Before the configuration object (the raw TOML object) was provided via a
wrapper object `Configuration`. This was ugly and not very nice to use.

Now, we only have the `toml::Value` object we lend out from
`Runtime::config()`.

The changes included libimagrt internal rewrites, which are not visible
to the user. Anyways, this change changes the API for config-fetching
from the runtime, so fixes for all other crates may follow.

The changes also removed the support for reading the "editor" setting
from the configuration file, which was not used anyways (in the example
imagrc.toml file).
The CLI-reading and ENV-reading are still supported, though.
2017-10-31 09:25:14 +01:00
..
configuration.rs Rewrite configuration providing in runtime 2017-10-31 09:25:14 +01:00
error.rs Rewrite configuration providing in runtime 2017-10-31 09:25:14 +01:00
lib.rs Move handlebars custom helpers to libimaginteraction 2017-10-12 18:46:58 +02:00
logger.rs Rewrite configuration providing in runtime 2017-10-31 09:25:14 +01:00
runtime.rs Rewrite configuration providing in runtime 2017-10-31 09:25:14 +01:00
setup.rs Reorganize code in subdirs 2017-08-27 15:12:09 +02:00
spec.rs Reorganize code in subdirs 2017-08-27 15:12:09 +02:00