rbs icon indicating copy to clipboard operation
rbs copied to clipboard

FFI support

Open headius opened this issue 5 months ago • 1 comments

This PR will build out support for loading the RBS library via FFI, avoiding the C extension on implementations that don't support the CRuby extension API.

headius avatar Jun 25 '25 18:06 headius

I believe these two classes are the only two defined by the C extension, correct? I am taking the approach of trying to mimic the C ext's API but implement what it does via FFI (not yet in this PR).

headius avatar Jun 25 '25 18:06 headius