Matthias Beyer
ef17930c29
With this patch, the libimagentrylink library interface gets renamed. The trait gets renamed to the more descriptive name "Linkable", the functions get renamed to not contain any notion of "internal" anymore. This patch also adapts the whole source tree for the new libimagentrylink interface, also renaming variables to not contain "_internal_" anymore. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
libimagentryannotation
This library provides annotation functionality for entries.
Annotations are normal Store entries, but their header at
annotation.is_annotation
is set to true
.
Annotations are linked to an entry (as in libimagentrylink
).
Library functionality
The library features two traits: One to extend an Entry
with annotation
functionality and another one for extending the Store
with functionality to
get annotations of an entry and all annotations in the store.