Packages

An Atom feed builder for Gleam

Current section

Files

Jump to
atomb include atomb_Generator.hrl
Raw

include/atomb_Generator.hrl

-record(generator, {
text :: binary(),
uri :: gleam@option:option(binary()),
version :: gleam@option:option(binary())
}).