imag/libimagentrylink
Matthias Beyer 87ee509dc0 Prepare for annotations implementation
This patch changes the `libimagentrylink` internals to use a

    enum { Id(StoreId), Annotated(StoreId, String) }

as Link type.

In this patch, changes were made to be able to compile the code, but
tests might fail and other crates might fail as well.
2017-04-21 21:08:56 +02:00
..
src Prepare for annotations implementation 2017-04-21 21:08:56 +02:00
Cargo.toml Move [profile.dev] codegen-units = 2 to top-level Cargo.toml 2017-01-19 20:08:51 +01: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.