nim-serialization/serialization
Etan Kissling 005ee90cb6
Work around Nim bug that erases type `{.pragma.}` when making alias (#71)
Replaces `type` with inlined `template` because assigning to a new type
drops pragma annotations in some situations.
2024-06-13 13:34:04 +02:00
..
testing Remove unused type in test code 2023-12-14 10:36:15 +07:00
errors.nim Better default behavior for SerializationError.formatMsg 2022-03-09 17:15:50 +02:00
formats.nim Add useDefaultWriterIn, useDefaultReaderIn, useDefaultWriterFor, and useDefaultReaderFor 2023-12-27 16:03:08 +07:00
object_serialization.nim Work around Nim bug that erases type `{.pragma.}` when making alias (#71) 2024-06-13 13:34:04 +02:00