https://github.com/ararslan/ulid.jl
Generate Universally Unique Lexicographically Sortable Identifiers (ULIDs) in Julia
https://github.com/ararslan/ulid.jl
julia ulid
Last synced: over 1 year ago
JSON representation
Generate Universally Unique Lexicographically Sortable Identifiers (ULIDs) in Julia
- Host: GitHub
- URL: https://github.com/ararslan/ulid.jl
- Owner: ararslan
- License: mit
- Created: 2016-08-03T05:22:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T07:36:09.000Z (over 7 years ago)
- Last Synced: 2025-02-28T06:32:36.848Z (over 1 year ago)
- Topics: julia, ulid
- Language: Julia
- Size: 7.81 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ULID.jl
[](https://travis-ci.org/ararslan/ULID.jl)
[](https://coveralls.io/github/ararslan/ULID.jl)
This package provides the ability to generate Alizain Feerasta's Universally Unique Lexicographically
Sortable Identifiers (ULID) in Julia.
It's based on the original MIT-licensed [JavaScript implementation](https://github.com/alizain/ulid).
More information about ULIDs is available in the linked repository.
## Functions
One function is exported: `ulid`.
Calling `ulid()` will generate a random 26-character ULID as a `String`.