imag/lib/entry/libimagentrylink
Matthias Beyer 0eac6d9931 Add support for directional links
This patch adds support for directional links in libimagentrylink.

A directional link is added to the same header as the "internal" links,
which are unidirectional.

The "outgoing" link is added in "links.to", the "incoming" links are
added to "links.from".

This way we can always traverse all linkage. The `Linkable::links()`
method is changed to always return _all_ link.
The `Link` type was extended for notions of "to" and "from" links.

Also adds testing.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-06-26 20:26:41 +02:00
..
src Add support for directional links 2019-06-26 20:26:41 +02:00
Cargo.toml Remove annotateable linking 2019-06-23 10:35:14 +02:00
README.md Fix broken README symlinks 2017-08-27 15:13:25 +02:00

Linking library for linking entries with other entries.