JRFarmer
JRFarmer
This is a follow-up, and generally a re-opening of this previous issue: https://github.com/ThePhD/sol2/issues/222 Sol can be used to implement C libraries. I understand from the previous issue linked above it...
Probably not a bug, I'm just trying to get clarification on what is expected to happen, or maybe something I need to fix? Every once in a while my plex...
### Prerequisite Steps - [X] I have searched existing issues - [X] This issue is not a duplicate of an existing one - [X] I have checked the [EmuDeck Wiki](https://emudeck.github.io/)...
I'm trying to wrap a C interface with `sol::usertype`. For example, the zlib file-based API has a `gzopen` method that returns a `gzFile` and you close it (and free the...