You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try hard to make Vroom easy to use directly from C++ and it is already embedded in several downstream projects. But the dev focus is on the json API, thus:
we don't have a dedicated documentation for the C++ API so the reference is the libvroom.cpp example.
while we follow semantic versioning for the json API, there is no guarantee that the C++ API won't change across versions due to feature additions or refactoring.