.vscode | ||
src | ||
test | ||
.clang-format | ||
.clang-tidy | ||
.clangd | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
libcx, a C++ standard library but not bloated
This Library is made by a rust developer that wanted to learn C++ without going insane. So this library has a similar structure to the rust stdlib. Sadly cxx modules still suck, so headers will work for now as this is in heavy development.
Building
Just run make
, no other library than libc is used as of now. It will create both a static and shared library.
I cant guarantee the shared lib working, cuz i dont really use it for now.
Contributing
Just clone it and do the changes, then make a PR. Or even better just DM me on Discord: @mcorange
License
See LICENSE
Contributors
Me