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

#573 in Programming languages

Download history 12/week @ 2024-03-23 56/week @ 2024-03-30 9/week @ 2024-04-06 14/week @ 2024-04-13 18/week @ 2024-04-20 11/week @ 2024-04-27 7/week @ 2024-05-04 12/week @ 2024-05-11 10/week @ 2024-05-18 18/week @ 2024-05-25 14/week @ 2024-06-01 7/week @ 2024-06-08 10/week @ 2024-06-15 6/week @ 2024-06-22 4/week @ 2024-06-29 111/week @ 2024-07-06

132 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

~43KB