An open API service indexing awesome lists of open source software.

https://github.com/thmxv/libstuff

C++ utilities library
https://github.com/thmxv/libstuff

Last synced: 4 months ago
JSON representation

C++ utilities library

Awesome Lists containing this project

README

          

# C++ stuff library

A library of small C++ utilities

-[`string`](https://github.com/thmxv/libstuff/blob/master/include/stuff/string.h):
immutable string with SBO (small buffer optimisation), shared copies, support
custom allocators and provide python-like replace() and join() facilities.

More to come