mudge/re2

Use FFI

Closed this issue · 1 comments

Look into using Ruby FFI for compatibility with Rubinius and JRuby (instead of relying on the C API) c.f. http://blog.headius.com/2008/10/ffi-for-ruby-now-available.html

Unfortunately, it looks like there isn't really any support for FFI with C++ libraries at this time.