ream/uuid

This module implements the UUID v4 generation algorithm.

Functions

pub fn from_int(uuid: Int) -> BitString
pub fn from_string(uuid: String) -> BitString
pub fn new() -> BitString
pub fn parts(uuid: BitString) -> List(String)
pub fn to_int(uuid: BitString) -> Int
pub fn to_string(uuid: BitString) -> String
Search Document