Dynamically loading and calling Rust code

Hi there,
are you looking for something like a "Plugin" system ?
On another note this thread or this blog
might also give some answers for you - however, most of those approaches does not involve JIT compilation but assume the dynamic library is already build.

1 Like