Code with AI help in C++. Small dev tools.
src/- implementation, public headers, tests, and automationCMakeLists.txtandMakefile- build files
cmake -S . -B build
cmake --build buildOr:
makeSee .github/workflows/ci.yml for current checks.
- Report: open an issue for bugs or requests.
- Change: small pull requests preferred.