Closed lhruby closed 1 month ago
Move toString into utils. This solves the issue that modules like serdes::protobuf would depend on types, which in turn creates cyclic dependencies.
toString
serdes::protobuf
types
A move to fmt::format_as is not included and will be implemented in a follow up.
fmt::format_as
Description
Move
toString
into utils. This solves the issue that modules likeserdes::protobuf
would depend ontypes
, which in turn creates cyclic dependencies.A move to
fmt::format_as
is not included and will be implemented in a follow up.Type of change
Checklist before requesting a review