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
Currently iceoryx is build together with iceoryx-rs. There might be cases where it is desired to use pre-build iceoryx libraries to guarantee binary compatibility with the static libs.
This could be done by an environment variable which can be checked in build.rs. In this case It should also be possible to use dynamic libraries.
I would suggest separating this into a *-sys crate for better interoperability with non-cargo systems. Detailed documentation of this pattern https://kornel.ski/rust-sys-crate
Currently iceoryx is build together with iceoryx-rs. There might be cases where it is desired to use pre-build iceoryx libraries to guarantee binary compatibility with the static libs.
This could be done by an environment variable which can be checked in
build.rs
. In this case It should also be possible to use dynamic libraries.This should be done after #7
The text was updated successfully, but these errors were encountered: