summaryrefslogtreecommitdiffstats
path: root/libimagbookmark
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-24 14:15:28 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-08-24 14:22:20 +0200
commit62a7e75230effca3c050cb4d3121d336587dd62a (patch)
tree7c5b280a09d026055a2282474b5531e18fec19f8 /libimagbookmark
parentfc53d9a4019f77eaa1c98670ad333611edaab534 (diff)
Add README.md for libimagbookmark
Diffstat (limited to 'libimagbookmark')
-rw-r--r--libimagbookmark/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/libimagbookmark/README.md b/libimagbookmark/README.md
new file mode 100644
index 00000000..1a77f92e
--- /dev/null
+++ b/libimagbookmark/README.md
@@ -0,0 +1,11 @@
+# libimagbookmark
+
+This library crate implements functionality for bookmarks.
+
+It uses `libimagentrylink` to create external links and therefor deduplicates
+equivalent external links (`libimagentrylink` deduplicates - you cannot store
+two different store entries for `https://imag-pim.org` in the store).
+
+It supports bookmark collections and all basic functionality that one might
+need.
+