- CAPI for easy cross-platform/language compatibility
- Designed with streaming data in mind
- Minimal dependencies (STL)
C++ has a few options for use
- Add as submodule, include
.cpp
and use C++ api via.hpp
or use CAPI via.h
- Link static library and use just
.h
API - Load DLL and use
.h
for API
todo
Load DLL and use c# bindings
- Add swift package and interface with swift classes