imag/lib/entry/libimagentrytag
Matthias Beyer 2ef57a69ed Simplify implementation using toml-query Partial
This patch rewrites the get_tags() function to use toml_query::read::Partial.

The helper functions is_tag_str and is_tag are rewritten for
compatiblity.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-06-29 21:36:59 +02:00
..
src Simplify implementation using toml-query Partial 2019-06-29 21:36:59 +02:00
Cargo.toml Simplify implementation using toml-query Partial 2019-06-29 21:36:59 +02:00
README.md Fix broken README symlinks 2017-08-27 15:13:25 +02:00

libimagentrytag

Library for tagging entries. Used in "imag-tag" but should be used in all other modules which contain tagging functionality, so the backend and frontend look the same for all modules.