Project

rust_uuid

0.0
No commit activity in last 3 years
No release in over 3 years
UUID generator dancing with Rust
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 1.12
~> 1.9
~> 12.0
 Project Readme

Usage

require 'ruuid'
Ruuid.generate  #=> "67dd7f7a-2110-11e7-98e2-02420b8157eb"

Installation

Ensure Rust is installed:

Rust Downloads

curl -sSf https://static.rust-lang.org/rustup.sh | sh

Add this line to your application's Gemfile:

gem  instal 'rust_uuid', '~> 0.1.0'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rust_uuid

MAC USERS: At the moment Mac users need to install the extension manualy. Go to the gem directory and run cargo build --release . There is an issue opened for this and I'm looking for people who have Macs to help on this.