Remove inline annotations
Procedures marked {.inline.} cannot be used as {.nimcall.} later
on.
Discard exceptions with preservesTo for Option types
Reorder fields of Value to reduce size from 24 to 16 bytes
Fix big-endian compilation
schema: adjust preserves module import
fromPreserves: revoke conversion of records to Nim tuples
Replace varargs[Value] with varargs[Value, toPreserves]
Allow exceptions in fromPreserves
Cannot restrict effects here because hooks would be silently
rejected for posssibly raising exceptions.
Move text from the syndicate-nim README here.
Problems with varargs in {}
encoding: integer encoding fix
Tup: change preserves_encode group
encoding: do not cast bytes to string
Restrict assertions for toPreserves