This goal of this plugin is to provide an easy way to wrap your serverless functions with a wrapper function, without having to edit all the functions themselves. One use case for this is for example, ...
This example project demonstrates writing a Rust wrapper around an existing C++ library which will be dynamically loaded instead of statically linked. This is useful in situations where you have an ...