imag/lib/entry/libimagentryannotation
Matthias Beyer 758166637b Update toml-query: 0.3.* -> 0.4
This update is needed for the error-chain update, as the toml-query
0.4.0 release also bumps this dependency.
2017-10-12 22:13:04 +02:00
..
src Fix libimagentryannotation for changes in libimagnotes 2017-09-15 13:53:30 +02:00
Cargo.toml Update toml-query: 0.3.* -> 0.4 2017-10-12 22:13:04 +02:00
README.md Fix broken README symlinks 2017-08-27 15:13:25 +02:00

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.