lithammer / shortuuid

:mushroom: A generator library for concise, unambiguous and URL-safe UUIDs

Home Page:https://pkg.go.dev/github.com/lithammer/shortuuid/v4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for custom character length alphabets

shiyuhang0 opened this issue · comments

Now we can custom alphabets with 57 lengths limited by base57 inside.

Can we support custom character length alphabets? The logic should be similar to base57 except the output length will be changed.