Skip to content

zbus: Replace byteorder with std fns, closes #4

Marcel requested to merge marcelbuesing/zbus:remove-byteorder into master

I think the major difference is that previously read_u32 would panic if there is insufficient data, the new version will propagate the error.

Merge request reports