]> git.lizzy.rs Git - dragonstd.git/blob - README.md
Rename to dragonstd
[dragonstd.git] / README.md
1 # Dragonstd
2 Dragonstd is a small C library providing the types that [dragonblocks_alpha](https://github.com/dragonblocks/dragonblocks_alpha) uses.
3 It serves a similar purpose as the C++ standard library would, but C++ is just bloated af.
4 This library is only capable of what dragonblocks needs, and it does not intend to be general purpose.
5
6 Included are Array, Bintree, List and Queue as well as numeric types.