Added link to Ruby's FFI in README

This commit is contained in:
Josh Nussbaum
2015-09-21 19:12:06 -04:00
parent 419d3285b6
commit ef7802edca

View File

@@ -3,6 +3,8 @@ FFI
An easy way to call external functions (e.g. C functions) from [Elixir](https://github.com/elixir-lang/elixir).
Inspired by [Ruby's FFI](https://github.com/ffi/ffi)
** This is alpha software **
## Example Program