I love what I’m seeing as I’m looking into AppGyver, however, I need to be able to write and run my own external code as I need really low-level code for parts of my project.
Is it possible to make calls to a C API (specifically using Rust but can call Rust like C)? I’m assuming no?
I know it’s possible for AppGyver to make calls to a REST API, is it possible to launch a process that hosts that REST API either upon starting AppGyver? Maybe have an external application that does nothing but starts both at the same time?