Ecosyste.ms: Awesome
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: 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T10:51:18.000Z (4 months ago)
- Last Synced: 2024-09-10T12:24:11.127Z (4 months ago)
- Language: C++
- Size: 61.5 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).