blob: 34883e5955aad8c477c5aac68ea61ccf31d75142 (
plain) (
blame)
1
2
3
4
5
6
7
|
Fiddle is an extension to translate a foreign function interface (FFI) with
ruby.
It wraps libffi, a popular C library which provides a portable interface that
allows code written in one language to call code written in another language.
WWW: https://github.com/ruby/fiddle
|