Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ULID

Build Status

Unique Lexicographically Sortable Identifier ULID.

Unlike ararslan/ULID.jl, which generates ULIDs as strings, this implementation stores them as compact UInt128 binary values.

Install

import Pkg
Pkg.add("https://github.com/DataLabHell/ULID.jl")

Usage

using ULID
# generate time sortable id
u = ulid() # ULID("01K8X9KNDDYVSTF4XBE6A250RB")
# parse binary representation of ULID from string
parse(Ulid, "01K8X9KNDDYVSTF4XBE6A250RB")

Status & Docs

This plugin is incubating. APIs and defaults may change.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages