InkCPP RB
These are bindings for the InkCPP project in Ruby. They largely follow the same patterns as the official Python bindings, with a few small divergences.
Install:
bundle add inkcpp_rb
Sorbet typings are included.
REQUIREMENTS
In order to install this gem your destination must have cmake installed as well as have a functioning C++ compilation toolchain.
WARNING
This gem has largely been developed for my own purposes. I am not yet confident enough in the memory semantics between Rice and InkCPP to say that this is leak free or safe to use in any important environment. If you do use this gem, I strongly suggest you use it in situations where you are not parsing untrusted user input or anything like that.