imag/lib/entry/libimagentryannotation
Matthias Beyer 190da895f9 Do not use Store::retrieve_for_module() anymore here 2018-04-24 13:40:42 +02:00
..
src Do not use Store::retrieve_for_module() anymore here 2018-04-24 13:40:42 +02:00
Cargo.toml Update version numbers: 0.7.0 -> 0.8.0 2018-04-19 10:05:53 +02:00
README.md Fix broken README symlinks 2017-08-27 15:13:25 +02:00

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.