eclipse-zenoh / zenoh-pico

Eclipse zenoh for pico devices
Other
102 stars 65 forks source link

Add missed z_string_* methods #470

Closed sashacmc closed 2 weeks ago

sashacmc commented 3 weeks ago

Describe the release item

sashacmc commented 2 weeks ago

All except z_string_as_slice done in https://github.com/eclipse-zenoh/zenoh-pico/pull/495

z_string_as_slice can't be implemented in the proper way now, because _z_slize_t and _z_string_t are different types and can't be safely converted.