https://github.com/jonmagic/learn-ruby-ffi
Learn how to use the Ruby FFI gem to call C code from Ruby
https://github.com/jonmagic/learn-ruby-ffi
Last synced: 4 months ago
JSON representation
Learn how to use the Ruby FFI gem to call C code from Ruby
- Host: GitHub
- URL: https://github.com/jonmagic/learn-ruby-ffi
- Owner: jonmagic
- Created: 2021-07-20T22:17:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T22:18:38.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T13:43:46.362Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Ruby FFI
My goal is to learn how to use the Ruby FFI gem to call C code from Ruby. This includes learning all of the concepts in the [ffi wiki](https://github.com/ffi/ffi/wiki) with the end goal of being able to write Ruby wrappers for advanced C libraries like [libyara](https://yara.readthedocs.io/en/stable/capi.html).