π zbus 5.3.1
·
46 commits
to main
since this release
- π Drop unnecessary 'static lifetime requirements in proxy. The passed strings just need to
satisfy the inner lifetime of the proxy. - π Fix generated get_all() function. Naming the optional header parameter 'header' several
times for different property getters collides with the 'header` local argument of the generated
get_all() function. Obvious workaround is don't name your special parameter 'header'. This is
easily fixed by simply wrapping each getter code block generated for get_all() in its own scope.