]> git.lizzy.rs Git - dragonstd.git/blobdiff - README.md
Tests: add address sanitizer
[dragonstd.git] / README.md
index 035fc7bda7ecce451a5640528dd660a9aaf842bf..34f6fe03a75e3b3f2ee1792b2075b206d3b953ab 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,4 @@
-# Dragontype
-Dragontype is a small C library providing the types that [dragonblocks_alpha](https://github.com/dragonblocks/dragonblocks_alpha) uses.
-It serves a similar purpose as the C++ standard library would, but C++ is just bloated af.
-This library is only capable of what dragonblocks needs, and it does not intend to be general purpose.
+# Dragonstd
+Dragonstd is a small C library providing the data structures that [dragonblocks_alpha](https://github.com/dragonblocks/dragonblocks_alpha) uses.
 
-Included are Array, Bintree, List and Queue as well as numeric types and (de-)serialisation for them.
-To use this in your project, just compile the implementation.c file into your project's binary.
+Included are Array, List, Tree, Queue, Map, Flag, Refcount.