imag/lib/core/libimagstore/src
Matthias Beyer 84249e3fb5 Be less verbose when constructing an object
The rust compiler does some fancy things for us: It automatically finds
the right fields if the name of the variable and the file is the same.

Lets use that to reduce boilerplate with this patch.
2018-04-25 19:13:50 +02:00
..
file_abstraction Remove "stdio" file abstraction from store implementation 2018-04-24 22:16:40 +02:00
configuration.rs Update dates in license header 2018-02-07 02:48:53 +01:00
error.rs Fix: Entry::to_str() should return Result<_> 2018-03-26 14:24:42 +02:00
iter.rs Make iterator lifetimes less restricting 2018-04-07 13:55:54 +02:00
lib.rs Remove unused dependency 2018-04-24 22:16:40 +02:00
store.rs Be less verbose when constructing an object 2018-04-25 19:13:50 +02:00
storeid.rs Be less verbose when constructing an object 2018-04-25 19:13:50 +02:00
util.rs This fixes the file parsing (again) 2018-03-10 14:53:15 +01:00