A very helpful C++ STL replacement
Just a replacement library for the C++ STL built on top of libc that i decided to make for fun. Not intended to be used in serious projects.
Compile the example
$ make
$ ./bin/app
- Maybe class
- A basic String and StringView class
- Output streams
- Error system (Error class, Panic)
- Optimize and improve string classes
- Extend string formatting
- Variant class
- ErrorOr
- Dynamic array class
If you find any bugs, please create an issue and report them.
Run make all
to see all the make rules.