-
Notifications
You must be signed in to change notification settings - Fork 0
Home
drernie edited this page Sep 13, 2010
·
16 revisions
- Why use FFI – Some good reasons to start playing with Ruby-FFI
- Basic usage – Basic concepts underlying Ruby-FFI
- Examples – Real-world(ish) examples
- Presentations – Talks and Presentations about FFI and related projects
- Mailing list – Ask for support here!
- rdoc – detailed documentation here
- Enums – Using enums with FFI
- Types – A list of the supported types (like :int, etc.)
- Automatic Struct Layout – How to calculate FFI::Struct layouts for any platform, automatically.
- Projects Using FFI – A list of projects using FFI
- Proposal for standard 1.0 API – consolidating the lessons learned