Hi! I've recently had need of a C++ wrapper library at work (we had a discussion via email) and have decided to write something similar to your python library.
At the moment, this PR is a work-in-progress.
The goals are:
I aim to follow the python API in order to preserve the behavior of the two.
Fully mirror the Python API
Have extensive documentation on how to build the project.
Hi! I've recently had need of a C++ wrapper library at work (we had a discussion via email) and have decided to write something similar to your
python
library.At the moment, this PR is a work-in-progress.
The goals are:
python
API in order to preserve the behavior of the two.