summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-04 13:18:23 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-04 13:18:35 +0200
commitfb364c1ff338e7a67d717b77d431937888d8c009 (patch)
tree0698dbd412322ec9d2c09cf599ef1fe863be9c0e /README.md
parent2d25173aeafe9357f7cbd5c1edf6225d9ccf1114 (diff)
Import rewrite from distrox repository
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7923f86..ce325ad 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# daglib
-Generic library for working with DAG data structures. Based on futures, so that
-it can be used in a async context.
+Async DAG library generic over Node type, Node Identifier Type and Backend
+(storage of the DAG).
+
## Status