From: Elias Fleckenstein Date: Sat, 22 Jan 2022 17:50:56 +0000 (+0100) Subject: Dragontype does no longer (de)serialize anything (use dragonnet instead) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=517699ab2d00d504fc215b8909ac04f2ea8b29a5;p=dragonstd.git Dragontype does no longer (de)serialize anything (use dragonnet instead) --- diff --git a/README.md b/README.md index d505d0d..d6df535 100644 --- 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.