/ruby-primes-using-rust

Ruby gem to calculate primes using FFI extensions in rust

Primary LanguageRubyMIT LicenseMIT

Ruby Primes Using Rust

Calculating prime numbers in Ruby by calling out to a Rust extension.

Installation

Add this line to your application's Gemfile:

gem 'ruby-primes-using-rust'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ruby-primes-using-rust

Usage

TODO: Write usage instructions here

License

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