Open otrho opened 3 years ago
Instead of manually parsing strings to enums in protocol responses (using __traits and UDAs) it might be simpler and/or more robust to use serdeParseEnum from mir.algorithm.
__traits
serdeParseEnum
mir.algorithm
Docs.
Instead of manually parsing strings to enums in protocol responses (using
__traits
and UDAs) it might be simpler and/or more robust to useserdeParseEnum
frommir.algorithm
.Docs.