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
For the C language binding of the blackboard, the Flatmap API was adapted in a "C-style" way so that a key compare function, expecting u8 pointers, can be passed. As this is very tailored to the blackboard usage, it would be better to move the flatmap implementation into the iceoryx2 crate and keep a pure and idiomatic Rust version in iceoryx2-bb-container.