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

https://github.com/bytehamster/util

Various basic C++ data structures
https://github.com/bytehamster/util

Last synced: 9 months ago
JSON representation

Various basic C++ data structures

Awesome Lists containing this project

README

          

# ByteHamster::Util

Various basic C++ data structures.

### Library usage

Clone this library (with submodules) and add the following to your `CMakeLists.txt`.

```
add_subdirectory(path/to/Util)
target_link_libraries(YourTarget PRIVATE ByteHamster::Util)
```

### License

This code is licensed under the [GPLv3](/LICENSE).