summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2023-05-08 09:12:50 +0200
committerLars Kanis <lars@greiz-reinsdorf.de>2023-05-08 09:12:50 +0200
commit9ff5782a0129e9025aa20e334ebf1ea77288edf7 (patch)
treeb38bcc553cf0c263a32e98bb7ad332e33bd3e7b8
parentb448759f390bb50eceb9b48a307efeba68c3581c (diff)
downloadffi-9ff5782a0129e9025aa20e334ebf1ea77288edf7.tar.gz
Add Ractor compatibility to README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c798627..574881f 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ using Ruby-FFI](https://github.com/ffi/ffi/wiki/why-use-ffi).
* C structs (also nested), enums and global variables
* Callbacks from C to Ruby
* Automatic garbage collection of native memory
+* Usable in Ractor
## Synopsis
@@ -62,7 +63,7 @@ On JRuby and TruffleRuby, there are no requirements to install the FFI gem, and
From rubygems:
[sudo] gem install ffi
-
+
From a Gemfile using git or GitHub
gem 'ffi', github: 'ffi/ffi', submodules: true