https://github.com/brson/rubyrustdemo
https://github.com/brson/rubyrustdemo
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brson/rubyrustdemo
- Owner: brson
- Created: 2013-02-28T03:48:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-12T23:44:15.000Z (over 13 years ago)
- Last Synced: 2025-07-31T00:26:23.103Z (11 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A demo of embedding Rust in Ruby.
```
gem install sinatra ffi thin
rustc blur.rs -O
LD_LIBRARY_PATH=. ruby blur.rb
```
Then browse to localhost:4567