Packages

An Atom feed builder for Gleam

Current section

Files

Jump to
atomb include atomb_TextContent.hrl
Raw

include/atomb_TextContent.hrl

-record(text_content, {
media_type :: atomb:text_media_type(),
content :: binary()
}).