Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/ruby-sys
Low-level bindings to Ruby
https://github.com/steveklabnik/ruby-sys
Last synced: 15 days ago
JSON representation
Low-level bindings to Ruby
- Host: GitHub
- URL: https://github.com/steveklabnik/ruby-sys
- Owner: steveklabnik
- Created: 2016-05-06T18:06:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T19:56:13.000Z (over 6 years ago)
- Last Synced: 2024-12-14T01:04:59.868Z (28 days ago)
- Language: Rust
- Size: 5.03 MB
- Stars: 66
- Watchers: 13
- Forks: 14
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ruby-sys
Low-level bindings to Ruby, for Rust.
[![Build Status](https://travis-ci.org/steveklabnik/ruby-sys.svg?branch=master)](https://travis-ci.org/steveklabnik/ruby-sys)
## 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.