https://github.com/rubyonworld/ruby-sys
Low-level bindings to Ruby, for Rust.
https://github.com/rubyonworld/ruby-sys
level low ruby rust
Last synced: about 2 months ago
JSON representation
Low-level bindings to Ruby, for Rust.
- Host: GitHub
- URL: https://github.com/rubyonworld/ruby-sys
- Owner: RubyOnWorld
- Created: 2022-09-27T15:45:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T00:47:41.000Z (over 3 years ago)
- Last Synced: 2025-05-19T20:32:28.574Z (about 1 year ago)
- Topics: level, low, ruby, rust
- Language: Rust
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ruby-sys
Low-level bindings to Ruby, for Rust.
[](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.