Skip to content
drernie edited this page Sep 13, 2010 · 18 revisions

Introduction

  • 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

Help

  • 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.

Initiatives