Packages

Generate Gleam modules based on static assets and environment variables.

Current section

Files

Jump to
embeds include embeds@env_Options.hrl
Raw

include/embeds@env_Options.hrl

-record(options, {
module :: binary(),
header :: binary(),
parse :: fun((binary(), binary()) -> embeds@generate:code()),
prefix :: binary(),
regex :: gleam@option:option(gleam@regexp:regexp())
}).