Skip to content

RustStudy/ruuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

UUID generator dancing with Rust

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors