@PMunch I have updated Zippy to work at compile time. Example here: <https://github.com/guzba/zippy/blob/master/examples/compiletime.nim>
I don't love the trouble I had to go through to convert between string to seq[uint8] to make it work (can't cast), but it works and that's great. Can always improve from here.
