imag/lib/entry/libimagentrylink
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
..
src Refactor libimagrt+libimagstore to pass whole configuration object 2017-12-24 13:52:18 +01:00
Cargo.toml Add badges in Cargo.toml of all crates 2017-10-31 15:03:30 +01:00
README.md Fix broken README symlinks 2017-08-27 15:13:25 +02:00

Linking library for linking entries with other entries. Used for "imag-link", the commandline utility, but intended for use in other binaries and libraries as well.