Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

denysxftr/rubymeditation_5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ruby extensions examples written in C and Rust for RubyMeditation

Run C example

ruby extconf.rb
make
ruby test.rb

Run Rust example

rustc -L /path/to/libruby/ rust_module.rs
ruby test.rb