[Mapster](https://github.com/PhilippMDoerner/mapster) does support mapping to object variants now with v0.2.0!
Though only to single-variants, if you are the kind of monster to have
double-variants or more like this:
type A = enum
a,b
type B = object
case kind1: A
of a: str1: string
of b: str2: string
case kind2: A
of a: str3: string
of b: str4: string
Run
Then there's no amount of help I can provide v.v
