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

#856 in Programming languages

Download history 4/week @ 2024-11-20 7/week @ 2024-11-27 12/week @ 2024-12-04 32/week @ 2024-12-11 7/week @ 2024-12-18 6/week @ 2025-01-08 19/week @ 2025-01-15 10/week @ 2025-01-22 6/week @ 2025-01-29 35/week @ 2025-02-05 19/week @ 2025-02-12 6/week @ 2025-02-19 28/week @ 2025-02-26 5/week @ 2025-03-05

61 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

~44KB