Is there some supposed way to easily extract (decouple) the internal C++ worker code to a standalone C++ library so that it can be used with some other C++ code by simply (e.g. statically) linking to it for not going an external worker process integration route.
Are there some specific meson target (sorry, not familiar with meson) which do what I’ve described to pull by external project as library ?
BTW, thanks a lot for all the hard work on this project.