#ruby

sys ruby-sys

Low level bindings to MRI, Matz's Ruby Interpreter

25 releases

Uses old Rust 2015

0.3.0 Jul 26, 2017
0.2.20 Dec 21, 2016
0.2.17 Nov 3, 2016
0.2.6 Jul 7, 2016

#53 in #ruby

Download history 46/week @ 2022-11-28 39/week @ 2022-12-05 49/week @ 2022-12-12 44/week @ 2022-12-19 47/week @ 2022-12-26 22/week @ 2023-01-02 57/week @ 2023-01-09 41/week @ 2023-01-16 61/week @ 2023-01-23 73/week @ 2023-01-30 58/week @ 2023-02-06 73/week @ 2023-02-13 96/week @ 2023-02-20 31/week @ 2023-02-27 55/week @ 2023-03-06 29/week @ 2023-03-13

223 downloads per month
Used in ruru

MIT license

18KB
474 lines

ruby-sys

Low-level bindings to Ruby, for Rust.

Build Status

Building with non-default Rubies

By default, the bindings use the ruby in the system path to determine the build parameters. If a non-system Ruby needs to be used, use the RUBY environment variable to specify the absolute path to the Ruby executable.

Dependencies

~38KB