Co-authored-by: cooldome <ariabushenko@bk.ru>
This commit is contained in:
cooldome
2020-04-08 18:51:23 +01:00
committed by GitHub
parent bff742cd8b
commit 7b582fd6a6

View File

@@ -50,6 +50,11 @@
## * `streams module <streams.html>`_
## * `json module <json.html>`_
when defined(nimV2):
{.error: """marshal module is not supported in new runtime.
Please use alternative packages for serialization.
It is possible to reimplement this module using generics and type traits.
Please contribute new implementation.""".}
import streams, typeinfo, json, intsets, tables, unicode