An Atom feed builder for Gleam!
gleam add atomb@1import atomb
pub fn main() -> Nil {
let feed = atomb.Feed(
// ... fill in the data structure
)
// Render it!
atomb.render(feed)
}Further documentation can be found at https://hexdocs.pm/atomb and https://www.ietf.org/rfc/rfc4287.txt.