capnp-ruby icon indicating copy to clipboard operation
capnp-ruby copied to clipboard

Ruby wrapper for Cap'n Proto

Results 6 capnp-ruby issues
Sort by recently updated
recently updated
newest added

I'd love to have a mature Cap'n Proto binding for Ruby! Particularly one that works across CRuby and JRuby. I was just talking to @kentonv about it, and this approach...

**Hello there!** I am a google summer of code 2016 student and my project was to implement an **level 1 CapnProto RPC**. I used as a base your binding and...

Trivial change: close the file after using it.

Set a global variable with the CXXFLAGS so that the make file generating code can see it. This is mimicking what the code already does for the LDFLAGS and it...

It seems important for the extension to catch and wrap any C++ exceptions so that they don't abort the interpreter. The first one I noticed was passing an empty string...