~blainsmith/hare-ulid

ULID generation for Hare
apply style formatting
decoding support
initial generation and encoding support

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~blainsmith/hare-ulid
read/write
git@git.sr.ht:~blainsmith/hare-ulid

You can also use your local clone with git send-email.

#WIP: hare-ulid

This package provides support for ULID generation and encoding/decoding.

#Installation

#From your distribution

The recommended name for this package is "hare-ulid". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-ulid/ add https://git.sr.ht/~blainsmith/hare-ulid main