Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 581 Bytes

hello_rust_gem

Gem Version RSpec

This project aims to create a Ruby native extension using Rust with minimal dependencies.

Usage

$ gem install hello_rust
require 'hello_rust'

p HelloRust::VERSION

(manual) Confirmed platform

  • Windows 10 (64bit) + RubyInstaller (x64)
  • Windows 10 (64bit) + RubyInstaller (x86)
  • macOS Catalina + rbenv
  • Amazon linux 2 (x86_64) + rbenv