sqids / sqids-scala

Official Scala port of Sqids. Generate short unique IDs from numbers.
https://sqids.org/scala
MIT License
7 stars 1 forks source link

Use longs instead #3

Closed jesperoman closed 11 months ago

jesperoman commented 11 months ago

To be able to handle larger numbers, and decode id's generated in other languages with large numbers, it's only reasonable to use scalas Long instead of Int