gabbhack / deser

Serde-like de/serialization library for Nim.
https://gabbhack.github.io/deser/
MIT License
23 stars 0 forks source link

Dont use {.requiresInit.} #22

Closed gabbhack closed 1 year ago

gabbhack commented 1 year ago

Problem

  1. Deser uses {.requiresInit.} which has a problem https://github.com/nim-lang/Nim/issues/21350

Possible solution

  1. Delete {.requiresInit.}

References

No response

Code example

No response

Additional information

No response