ids icon indicating copy to clipboard operation
ids copied to clipboard

✨ Unique IDs for Gleam

Results 2 ids issues
Sort by recently updated
recently updated
newest added

HashIDs: https://hashids.org/ could be another cool and useful ID generation method to implement :-)

I have fixed some pattern exhaustiveness warnings, but I had to use panic with the assumption that the code was never meant to reach there anyway; so, just to satisfy...