Expand description

A Rust library for generating unique, alliterative identifiers. Each identifier consists of a UUID, and an alliterative, human-readable name made up of an adjective and a noun. This library is perfect for creating memorable, user-friendly identifiers that also include a UUID for uniqueness and easy database indexing.

Enums

  • An identifier that can be in one of three states: Default, Success, or Failure.