Cargo Features

iceoryx2-bb-posix has no features set by default.

[dependencies]
iceoryx2-bb-posix = { version = "0.6.1", features = ["libc_platform"] }
libc_platform

Use https://crates.io/crates/libc for the platform abstraction. This simplifies cross-compilation since bindgen is not required anymore. Unfortunately, the libc crate does not offer all the functionality iceoryx2 requires on all of the supported platforms. Therefore, only a subset of the supported platforms will work with this feature flag.

Enables libc_platform of iceoryx2-pal-posix