Felix Krause
940675a52e
Reworked loading API
...
* moved load procs to yaml/loading.nim
* moved input YamlStream into ConstructionContext
* made ConstructionContext a non-ref object
* harmonized code style & comments
* renamed yaml/serialization.nim to yaml/native.nim
2023-08-29 23:23:15 +02:00
quantimnot
75ed8e5be4
Change serialization to omit `none(T)` fields of sparse objects ( #100 )
...
* Change serialization to omit `none(T)` fields of sparse objects
Co-authored-by: quantimnot <quantimnot@users.noreply.github.com>
2021-10-22 17:54:40 +02:00
Felix Krause
1346467b42
fixes #93
2021-05-18 00:31:47 +02:00
Felix Krause
048183d786
fixed outdated code doc
2020-06-26 23:40:14 +02:00
Felix Krause
951efdf18e
added {.sparse.}. fixes #82
2020-06-26 23:21:22 +02:00
Felix Krause
e4b3e8347a
updated docs
2020-06-26 22:36:52 +02:00
Felix Krause
bce3981849
replaced field/object macros with annotations; fixes #66
2020-06-26 21:29:41 +02:00