Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bytehamster/util

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

Last synced: 2 months ago
JSON representation

Various basic C++ data structures

Awesome Lists containing this project

README

        

# Util

Various basic C++ data structures.

### Library usage

Add the following to your `CMakeLists.txt`.

```
add_subdirectory(path/to/Util)
target_link_libraries(YourTarget PRIVATE ByteHamsterUtil)
```

### License

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