eclipse-zenoh / zenoh-pico

Eclipse zenoh for pico devices
Other
112 stars 72 forks source link

Add missed z_view_keyexpr_* methods #472

Closed sashacmc closed 1 month ago

sashacmc commented 3 months ago

Describe the release item

sashacmc commented 3 months ago

z_view_keyexpr_from_str_autocanonize - done: https://github.com/eclipse-zenoh/zenoh-pico/pull/487

z_view_keyexpr_from_substr* - can't be done without significant rework, currently keyexpr _suffix stored as pointer to null terminated string, to allow creating view_keyexpr from substr it should be changed to store _z_string_t.

jean-roland commented 1 month ago

@milyin could you please assign it to me?