This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Description
With a couple small changes (see my fork), krust compiles with the latest nightly. The embedded functionality works well, but I'm unable to use the IPC API.
I am able to establish a connection to a local kdb process, but when I try to send a query (such as running the provided demo), I get an error. k.t is -128, and the error string in k.union is "char". I'm guessing the query isn't being serialized properly, but I can't figure out what's wrong. Any ideas?
I'm using 3.4 on 64-bit linux.