status-im / nim-serialization

A modern and extensible serialization framework for Nim
62 stars 8 forks source link

Work around Nim bug that erases type `{.pragma.}` when making alias #71

Closed etan-status closed 3 months ago

etan-status commented 3 months ago

Replaces type with inlined template because assigning to a new type drops pragma annotations in some situations.