Packages

Create human-readable, friendly identifiers.

Current section

Files

Jump to
friendly_id include friendly_id_Generator.hrl
Raw

include/friendly_id_Generator.hrl

-record(generator, {
objects :: iv:array(binary()),
predicates :: iv:array(binary()),
transform_fn :: fun((binary()) -> binary()),
separator :: binary()
}).