We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
41a7e8d
bf0f707
upgrade to latest gleam
816cb3a
updates for the latest gleam and stdlib versions
1f8f2d8
adds UUID generation
0551d40
Initial version of ids. Currently only cuid is supported.
import ids/cuid assert Ok(channel) = cud.start() let id = cuid.gen(channel)