imag/libimagannotation
Matthias Beyer c71b70702c Merge pull request #983 from matthiasbeyer/libimagannotation/add-is_annotation
Libimagannotation/add is annotation
2017-06-29 14:52:27 +02:00
..
src Add Annotateable::is_annotation() 2017-06-26 19:33:14 +02:00
Cargo.toml Update version strings: 0.2.0 -> 0.3.0 2017-05-30 21:23:33 +02:00
README.md Add README/documentation 2017-06-26 19:30:02 +02:00

README.md

libimagannotation

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.