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

#537 in Programming languages

Download history 3/week @ 2023-12-11 7/week @ 2023-12-18 4/week @ 2023-12-25 5/week @ 2024-01-08 4/week @ 2024-01-15 2/week @ 2024-02-05 4/week @ 2024-02-12 15/week @ 2024-02-19 44/week @ 2024-02-26 20/week @ 2024-03-04 27/week @ 2024-03-11 23/week @ 2024-03-18

114 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

~42KB