An Atom feed builder for Gleam!
gleam add atomb@1import atomb
pub fn main() {
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.