Sha256: 583ff41f53bfb97bdf7520c37bf993ad50badcc28fefc6b91f2a91e9337b5c4f
Contents?: true
Size: 661 Bytes
Versions: 1
Compression:
Stored size: 661 Bytes
Contents
# Usage ```ruby require 'ruuid' Ruuid.generate #=> "67dd7f7a-2110-11e7-98e2-02420b8157eb" ``` # Installation Ensure Rust is installed: [Rust Downloads](https://www.rust-lang.org/en-US/install.html) ``` curl -sSf https://static.rust-lang.org/rustup.sh | sh ``` Add this line to your application's Gemfile: ``` gem instal 'ruuid', '~> 0.1.0' ``` And then execute: $ bundle Or install it yourself as: $ gem install ruuid > 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rust_uuid-0.1 | README.md |