atomb

An Atom feed builder for Gleam!

Package VersionHex Docs

gleam add atomb@1
import 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.