https://github.com/solidiquis/uwuby
Quick demo demonstrating how to call Rust from Ruby
https://github.com/solidiquis/uwuby
ffi ruby rust
Last synced: 2 months ago
JSON representation
Quick demo demonstrating how to call Rust from Ruby
- Host: GitHub
- URL: https://github.com/solidiquis/uwuby
- Owner: solidiquis
- Created: 2023-02-03T08:30:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T08:30:46.000Z (over 3 years ago)
- Last Synced: 2025-03-04T01:31:27.585Z (over 1 year ago)
- Topics: ffi, ruby, rust
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust from Ruby Demo
How to run:
1. Git clone this repo
2. [Install Rust and its toolchain](https://www.rust-lang.org/tools/install)
3. `$ cargo build --release`
4. `$ bundle install`
5. `$ ruby uwuby.rb`