In jakttest, we have some inline cpp that does sigaction goodness from within the jakt code.
This requires the <signal.h>
header.
However, on Windows, signal.h doesn't exist. In C++ we could wrap this in platform #ifdef, and in rust there's an a #cfg[unix]
or similar construct on declarations.
We need a suitable method for interfacing with target or platform specific code. Hopefully closer to rust's attributes than #ifdef :)
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too