Tag: ffi
Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code.
Ruby-FFIというのを使うと、比較的簡単にCインタフェースのライブラリをRubyから利用することが出来るようなので、これについて調べてみた。