]> git.lizzy.rs Git - dragonstd.git/commitdiff
Dragontype does no longer (de)serialize anything (use dragonnet instead)
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 22 Jan 2022 17:50:56 +0000 (18:50 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 22 Jan 2022 17:50:56 +0000 (18:50 +0100)
README.md

index d505d0d37d4e2b1ebf5b8954adc88ae50a13c936..d6df5350ab551d6e5e4999a9bbe88c149d360384 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,4 +3,4 @@ Dragontype is a small C library providing the types that [dragonblocks_alpha](ht
 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.
 
-Included are Array, Bintree, List and Queue as well as numeric types and (de-)serialisation for them.
+Included are Array, Bintree, List and Queue as well as numeric types.