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
- Host: GitHub
- URL: https://github.com/bytehamster/util
- Owner: ByteHamster
- License: gpl-3.0
- Created: 2022-06-22T08:32:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T13:54:57.000Z (12 months ago)
- Last Synced: 2025-04-20T17:48:25.756Z (11 months ago)
- Language: C++
- Size: 71.3 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).