koyopro / ruby_object_with_rust

Example of using Rust struct as Ruby class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of using Rust struct as Ruby class

Requirements

  • Ruby 2.6.6
  • Rust 1.48.0

Build

cargo build --release

Setup Gems

bundle install

Test

cargo test
bundle exec rspec

License

The gem is available as open source under the terms of the MIT License.

About

Example of using Rust struct as Ruby class

License:MIT License


Languages

Language:Ruby 67.2%Language:Rust 31.5%Language:Shell 1.3%