imag/libimagentrylink
Matthias Beyer 83647e52a0 Add trait to extend store for link consistency check
This commit adds the error infrastructure as well as the trait for
extensing the `Store` type with a function to do a link consistency
check over _all_ entries in the store.

The functionality is not implemented yet.
2017-06-06 19:04:53 +02:00
..
src Add trait to extend store for link consistency check 2017-06-06 19:04:53 +02:00
Cargo.toml Add new dependency: is_match = 0.1 2017-05-04 16:20:15 +02:00
README.md Create symlinks to documentation files in libimag*/README.md 2016-10-13 12:04:36 +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.