- This is a work in progress
This library is inspired by the Simple Dynamic Strings library.
Strings are heap allocated and have a header wich stores information like capacity and length. The rest is the actual string.
There are no uses of string.h header yet.
There are multiple functions, the following sources are used for inspiration: