I've played with using it to interopt some python data science code with some C++ code efficiently without writing the project in Cython or using a tool like Pybind11. It worked pretty well in my test scenario, but I'm not sure how great of an idea that truly is.
Is the capn'n proto use case similar to something like ZeroMQ or NNG? I'm still not fully sure.
Is the capn'n proto use case similar to something like ZeroMQ or NNG? I'm still not fully sure.