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

https://github.com/toasterbirb/seed

[MIRROR] C++ standard library to help reduce wheel reinventing
https://github.com/toasterbirb/seed

Last synced: about 2 months ago
JSON representation

[MIRROR] C++ standard library to help reduce wheel reinventing

Awesome Lists containing this project

README

          

# Seed
Seed is the thing that a lot of plants and software grows out of (I guess)

Seed in this case is a C++ ~~standard~~ library with functions that I can't be bothered to remake anymore and instead just include from this library.

## Compiling the tests
```sh
mkdir build
cd build
cmake ..
make -j$(nproc)
```

## Using
Just add the directory as a subdirectory in a CMake project and simply include the headerfiles. Should also work without CMake