This repository has been archived by the owner. It is now read-only.

uuid

UUID for crystal

uuid

UUIDs for crystal

create generic UUID

require "uuid"

UUID.new

create UUID with strings and options for variants and versions

UUID.new("c20335c3-7f46-4126-aae9-f665434ad12b", variant: UUID::Variant::NCS)
UUID.new(StaticArray(UInt8, 16).new(0_u8), version: UUID::Version::V3)

Installation

Add this to your application's shard.yml:

dependencies:
  uuid:
    github: wontruefree/uuid
Repository

uuid

Owner
Statistic
  • 1
  • 0
  • 0
  • 0
  • 0
  • about 7 years ago
  • October 18, 2017
License

GNU General Public License v3.0

Links
Synced at

Mon, 18 Nov 2024 01:53:40 GMT

Languages