Skip to content

Reduce structure sizes a bit

danieldg requested to merge danieldg/zbus:str-shrink into main

Avoid wasting space on storing the allocated capacity of every bus/interface name when normally we don't even own the strings.

Merge request reports