You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macros: add tests for {Ser,De}Row macros integration
Even though these macros are less complex and feature fewer switches and
flavors than their {Ser,De}Value counterparts, tests are added that
verify that when a row struct is derived both SerializeRow and
DeserializeRow:
- attributes are parsed correctly and trait impls are generated without
errors,
- after serialization and deserialization, the result is what is
expected.
0 commit comments