You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
External build systems aren't really supported right now, you may be able to workaround with a custom verb that will prepare the rust library and trick fips to use the generated output or a fips-generator.
There are other issues related to external build systems #140 and #124. I believe that a simple support to CMake ExternalProject could be done in a simple way and integrating Rust can be easy without adding too much code (as rustup and cargo will do the heavy part).
Right now, it only allows to add a Cargo project as a static library, so that it can be conveniently linked with fips_libs() and called from C/C++ code.
I did not try yet to link other fips libraries to a Rust project. That's probably the difficult part.
I'm trying to generate Oryol Rust binding and code in Rust. What would be the most proper way to integrate Rust compilation (Cargo)?
The text was updated successfully, but these errors were encountered: