An open API service indexing awesome lists of open source software.

https://github.com/brson/rubyrustdemo


https://github.com/brson/rubyrustdemo

Last synced: 9 months ago
JSON representation

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