imag/lib/core/libimagstore/src
Matthias Beyer 0ed636bb06 Refactor libimagrt+libimagstore to pass whole configuration object
Before we extracted the store configuration from the configuration
toml::Value object and passed it to the store.

This is unecessary overhead.

Now we pass the whole configuration object and let the store extract the
required values.
2017-12-24 13:52:18 +01:00
..
file_abstraction Use ? operator instead of try!() macro 2017-10-31 15:03:30 +01:00
configuration.rs Refactor libimagrt+libimagstore to pass whole configuration object 2017-12-24 13:52:18 +01:00
error.rs Remove configuration member, reduce configuration 2017-12-24 13:52:13 +01:00
iter.rs Minify iterator helper implementation 2017-09-15 13:17:12 +02:00
lib.rs Add new dependency: toml-query 2017-12-24 13:52:13 +01:00
store.rs Refactor libimagrt+libimagstore to pass whole configuration object 2017-12-24 13:52:18 +01:00
storeid.rs Use ? operator instead of try!() macro 2017-10-31 15:03:30 +01:00
util.rs Fix syntax 2017-11-18 12:28:20 +01:00